diff options
Diffstat (limited to 'hosts/glados-wsl/packages.nix')
| -rw-r--r-- | hosts/glados-wsl/packages.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/glados-wsl/packages.nix b/hosts/glados-wsl/packages.nix new file mode 100644 index 0000000..bfca6df --- /dev/null +++ b/hosts/glados-wsl/packages.nix @@ -0,0 +1,11 @@ +{ confg, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + git + neofetch + nixos-option + python310 + vim + ]; +} |
