diff --git a/config/packages.nix b/config/packages.nix index 69a623c..0241626 100644 --- a/config/packages.nix +++ b/config/packages.nix @@ -8,7 +8,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ # kernel from nyx - linuxPackages_cachyos + pkg.linuxPackages_cachyos # git is required for flakes, and either way i use it git