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.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/nixos/modules/features/cli-tools/default.nix b/nixos/modules/features/cli-tools/default.nix
deleted file mode 100644
index 55237c4..0000000
--- a/nixos/modules/features/cli-tools/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ pkgs, ... }:
-
-{
- environment.systemPackages = with pkgs; [
- tree
- pkgs.libsixel
- fd
- fzf
- eza
- stow
- util-linux
- nftables
- pkgs.rsync
- cryptsetup
- yt-dlp
- caligula
- fetch
- smartmontools
- secretspec
- claude-code
- opencode
- ];
-
- # Cross-shell prompt; its config lives in the dotfiles repo, not NixOS.
- programs.starship.enable = true;
-}