diff --git a/home-manager/features/development/development.nix b/home-manager/features/development/development.nix index 2c081f7..ffdf10b 100644 --- a/home-manager/features/development/development.nix +++ b/home-manager/features/development/development.nix @@ -13,30 +13,6 @@ ]; home.packages = with pkgs; [ - # System - htop - btop - neofetch - killall - - # Files - zip - xz - unzip - p7zip - file - tree - ranger - - # Networking - dnsutils - inetutils - socat - httpie - - # Other - jq - # Dev helpers direnv ]; diff --git a/home-manager/features/shell.nix b/home-manager/features/shell.nix index 4bc2b89..c3b3ef7 100644 --- a/home-manager/features/shell.nix +++ b/home-manager/features/shell.nix @@ -7,6 +7,35 @@ # a system or working with other shell commands. Packages more specific to # development can be in development configs. home.packages = with pkgs; [ + # System + htop + btop + neofetch + killall + + # Files + zip + xz + unzip + p7zip + file + tree + ranger + ueberzugpp # for image previews + w3m # terminal browser for image previews + + # Networking + dnsutils + inetutils + socat + httpie + + # devices + usbutils + + # Other + jq + ]; home.shellAliases = {