diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-04 19:13:28 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-04 19:13:28 +0100 |
commit | 5a062ed4329468249ac3be240aeb65080816f764 (patch) | |
tree | cafdaffd9c6d310a1c1ff0401c4b58a6a818b90b /configuration/packages.nix | |
parent | 98c8c5ded88e4836f590db298cf53a5ec30eb353 (diff) |
stuff
Diffstat (limited to 'configuration/packages.nix')
-rw-r--r-- | configuration/packages.nix | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/configuration/packages.nix b/configuration/packages.nix new file mode 100644 index 0000000..cf4baea --- /dev/null +++ b/configuration/packages.nix @@ -0,0 +1,27 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + kitty + + helix + alacritty + firefox + git + git-crypt + whatsapp-for-linux + obsidian + devenv + + busybox + usbutils + dig + file + gcc + jq + netcat + tcpdump + wget + iftop + htop + ]; +} |