We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63629a commit 78655eaCopy full SHA for 78655ea
hosts/framework-16/configuration.nix
@@ -16,7 +16,7 @@
16
];
17
18
# gaming kernel. not sure if it is good
19
- boot.kernelPackages = pkgs.linuxPackages_zen;
+ boot.kernelPackages = pkgs.stable.linuxPackages_zen;
20
21
myNixOS = {
22
bundles.general-desktop.enable = true;
0 commit comments