diff options
Diffstat (limited to 'core/packages.nix')
| -rw-r--r-- | core/packages.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/packages.nix b/core/packages.nix new file mode 100644 index 0000000..bf30787 --- /dev/null +++ b/core/packages.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + git + vim + wget + killall + ]; +} |