diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:03:10 +0000 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:19:49 +0000 |
commit | f71051f47158f57091306e269352d7579522e426 (patch) | |
tree | 3b112ddd10797c8669e9b68d483b205d49c3035b /configuration/core/packages.nix | |
parent | 463f0d40c6ee02e5512269d2e370506a8ca8f965 (diff) |
bluurb
Diffstat (limited to 'configuration/core/packages.nix')
-rw-r--r-- | configuration/core/packages.nix | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/configuration/core/packages.nix b/configuration/core/packages.nix new file mode 100644 index 0000000..cf4baea --- /dev/null +++ b/configuration/core/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 + ]; +} |