summaryrefslogtreecommitdiff
path: root/nixos/modules/features/cli-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/cli-tools/default.nix')
-rw-r--r--nixos/modules/features/cli-tools/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/nixos/modules/features/cli-tools/default.nix b/nixos/modules/features/cli-tools/default.nix
new file mode 100644
index 0000000..2cb6f25
--- /dev/null
+++ b/nixos/modules/features/cli-tools/default.nix
@@ -0,0 +1,18 @@
+{ pkgs, ... }:
+
+{
+ environment.systemPackages = with pkgs; [
+ tree
+ pkgs.libsixel
+ fd
+ fzf
+ eza
+ stow
+ util-linux
+ nftables
+ pkgs.rsync
+ cryptsetup
+ yt-dlp
+ caligula
+ ];
+} \ No newline at end of file