diff --git a/system/systempkgs.nix b/system/systempkgs.nix index 1f2fe13..ad527b2 100644 --- a/system/systempkgs.nix +++ b/system/systempkgs.nix @@ -13,7 +13,7 @@ }; nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; - environment.systemPackages = with pkgs-stable; [ + environment.systemPackages = with pkgs; [ wget git vesktop