diff options
| author | seth <[email protected]> | 2023-04-13 02:52:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-13 02:52:50 -0400 |
| commit | f4faa709c0ff772fb9f33f6d94b0ef03f3678762 (patch) | |
| tree | 85340f4779701f493ce00ad546a3c3d197c3fa99 /hosts/glados-wsl | |
| parent | 355d49c857640d072a1f4dff22df49d9a56f9926 (diff) | |
add wslu to glados-wsl & add catppuccin theme to starship
Diffstat (limited to 'hosts/glados-wsl')
| -rw-r--r-- | hosts/glados-wsl/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix index cb0854e..2ba4190 100644 --- a/hosts/glados-wsl/default.nix +++ b/hosts/glados-wsl/default.nix @@ -1,6 +1,7 @@ { lib, modulesPath, + pkgs, ... }: { imports = [ @@ -9,6 +10,10 @@ ../../users/seth ]; + environment.systemPackages = with pkgs; [ + wslu + ]; + wsl = { enable = true; defaultUser = "seth"; |
