From b278de76f946cff35ce5174d89d3c3a7c5d0593a Mon Sep 17 00:00:00 2001 From: Sneexy Date: Wed, 17 Apr 2024 18:00:00 -0500 Subject: [PATCH] fix?: unsure if i incorrectly named it --- config/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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