From 2f0738fe58c45409d1c3f746dab20424ad639a2c Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 6 Nov 2024 21:59:08 -0600 Subject: [PATCH] feat: removed unused packages --- home-manager/modules/misc/commandLine.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/home-manager/modules/misc/commandLine.nix b/home-manager/modules/misc/commandLine.nix index 00bb8c7..8654fb2 100755 --- a/home-manager/modules/misc/commandLine.nix +++ b/home-manager/modules/misc/commandLine.nix @@ -2,24 +2,19 @@ home.packages = builtins.attrValues { inherit (pkgs) - acpi cifs-utils - fastfetch ffmpeg flac - gvfs hardinfo inetutils libgen-cli libnatpmp ncdu networkmanager-openvpn - nftables nyancat openssl pciutils pinentry - playerctl samba simple-mtpfs sshfs @@ -27,12 +22,10 @@ tomb unrar unzip - wezterm wget wine xdg-utils xdotool - yt-dlp zip ; };