diff --git a/nixos-config/configuration.nix b/nixos-config/configuration.nix index 9ffb1d29..cf95345e 100644 --- a/nixos-config/configuration.nix +++ b/nixos-config/configuration.nix @@ -93,10 +93,11 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ vim + wget + hyprland + wayland xdg-utils pciutils - wayland - hyprland ]; # Allow unfree packages diff --git a/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index d7d591e0..32b13fcf 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -14,7 +14,6 @@ in home.packages = [ pkgs.firefox pkgs.kitty - pkgs.wget ]; }; }