diff --git a/system/systempkgs.nix b/system/systempkgs.nix index 98a3ab7..11ec396 100644 --- a/system/systempkgs.nix +++ b/system/systempkgs.nix @@ -13,4 +13,20 @@ }; nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + environment.systemPackages = with pkgs; [ + wget + git + vesktop + bitwarden-desktop + kdePackages.kate + kdePackages.gwenview + kdePackages.okular + kdePackages.kontact + haruna + pciutils + aha + neofetch + mangohud + ibm-plex + ]; } diff --git a/user/userpkgs.nix b/user/userpkgs.nix index 37dc655..9fdb50c 100644 --- a/user/userpkgs.nix +++ b/user/userpkgs.nix @@ -1,19 +1,3 @@ { config, pkgs, pkgs-stable,... }: { - environment.systemPackages = with pkgs; [ - wget - git - vesktop - bitwarden-desktop - kdePackages.kate - kdePackages.gwenview - kdePackages.okular - kdePackages.kontact - haruna - pciutils - aha - neofetch - mangohud - ibm-plex - ]; }