From 44289740baf863ed77fc41e09f2d5a8c7318a21b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 6 Feb 2025 15:59:08 -0800 Subject: [PATCH] Fix: Whoops. Wrong system-kernel matchups. --- dotfiles/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/flake.nix b/dotfiles/flake.nix index fac2e501..4b102340 100644 --- a/dotfiles/flake.nix +++ b/dotfiles/flake.nix @@ -71,7 +71,7 @@ sshKey = "/home/joey/.ssh/joey.desktop@jafner.net"; signingKey = "B0BBF464024BCEAE"; shellPackage = "zsh"; - kernelPackage = "linux_6_12"; # Read more: https://nixos.wiki/wiki/Linux_kernel; Other options: https://mynixos.com/nixpkgs/packages/linuxKernel.packages; + kernelPackage = "linux_zen"; # Read more: https://nixos.wiki/wiki/Linux_kernel; Other options: https://mynixos.com/nixpkgs/packages/linuxKernel.packages; wallpaper = ./assets/romb-3840x2160.png; arch = "x86_64-linux"; flakeDir = "Git/Jafner.net/dotfiles"; @@ -258,7 +258,7 @@ torrenting = "/mnt/torrenting"; }; }; - kernelPackage = ""; + kernelPackage = "linux_6_12"; # Read more: https://nixos.wiki/wiki/Linux_kernel; Other options: https://mynixos.com/nixpkgs/packages/linuxKernel.packages; }; system = "x86_64-linux"; pkgs = import inputs.nixpkgs {