diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-13 12:16:45 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-13 12:16:45 -0400 |
commit | c664b592c83d620a3acfa4d9daa826f9b21a43f1 (patch) | |
tree | dd00affc0e0f7ae39a263d4e67fddcbcdb0db831 /system/default.nix | |
parent | patch hy3 to build with hyprland dev (diff) | |
download | dotfiles-nix-c664b592c83d620a3acfa4d9daa826f9b21a43f1.tar.gz dotfiles-nix-c664b592c83d620a3acfa4d9daa826f9b21a43f1.tar.bz2 dotfiles-nix-c664b592c83d620a3acfa4d9daa826f9b21a43f1.zip |
linux testing
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 3cf065c..f12cf70 100644 --- a/system/default.nix +++ b/system/default.nix @@ -48,7 +48,7 @@ ]; # use the latest kernel - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_testing; # sysrq boot.kernel.sysctl."kernel.sysrq" = 246; |