diff options
Diffstat (limited to 'modules/root/software/utilities.nix')
-rw-r--r-- | modules/root/software/utilities.nix | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/modules/root/software/utilities.nix b/modules/root/software/utilities.nix deleted file mode 100644 index 79285a1..0000000 --- a/modules/root/software/utilities.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ pkgs, ... }: { - environment.systemPackages = with pkgs; [ - crazydiskinfo - entr - fastfetch - ffmpeg - htop - jq - light - lm_sensors - lowbat - mediainfo - neovim - nmap - openssl - p7zip - pavolctld - powertop - pv - rsync - screen - smartmontools - sslscan - stress - testdisk - tmux - uhubctl - vimv-rs - wget - wireguard-tools - xxHash - yt-dlp - ]; -} |