diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index 65c553c..ef34577 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -74,10 +74,6 @@ group = "users"; extraGroups = [ "wheel" ]; shell = pkgs.zsh; - packages = with pkgs; [ - tree - fastfetch - ]; }; # browser @@ -97,17 +93,46 @@ # system packages environment.systemPackages = with pkgs; [ - efibootmgr - neovim - vim - git alacritty + btop + cowsay + dnsutils + efibootmgr + ethtool + file ghostty - kitty + git gnupg + iftop + imagemagick + imv + iotop + iperf3 + jq + kitty + ldns + lm_sensors + lsof + ltrace + mtr + neovim + nmap + p7zip + pciutils + socat + strace + sysstat + tree + unzip + usbutils + vim + wget + which xwayland xwayland-satellite - wget + xz + zip + zstd ]; # Some programs need SUID wrappers diff --git a/hosts/neon/home.nix b/hosts/neon/home.nix index b121c01..aba34ad 100644 --- a/hosts/neon/home.nix +++ b/hosts/neon/home.nix @@ -89,41 +89,11 @@ home.packages = with pkgs; [ discord fastfetch - screenfetch - zip - xz - unzip - p7zip - jq - mtr - iperf3 - imagemagick - imv - dnsutils - ldns - socat - nmap keepassxc - cowsay - file - which - tree - zstd - gnupg - btop - iotop - iftop - strace - ltrace - lsof - sysstat - lm_sensors - ethtool - pciutils - usbutils + nerd-fonts.sauce-code-pro powerline-fonts powerline-symbols - nerd-fonts.sauce-code-pro + screenfetch ]; # configure git