diff --git a/flake.nix b/flake.nix index 1e37175..1ab0ceb 100644 --- a/flake.nix +++ b/flake.nix @@ -179,12 +179,16 @@ nodejs-18_x nodePackages.typescript-language-server nodePackages.yaml-language-server - inputs.nixos-generators.packages.${system}.nixos-generators + inputs.nixos-generators.packages.${system}.nixos-generate statix multimarkdown pngcrush nix-diff popsicle + nix-prefetch + nix-prefetch-scripts + nix-prefetch-github + nix-prefetch-docker ]; }; diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index fc4b335..32d7a00 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -27,7 +27,7 @@ in base = { plymouth.enable = true; work = false; - kernel = pkgs.linuxKernel.packages.linux_5_19; + kernel = pkgs.linuxKernel.packages.linux_6_0; udev-rules = { qmk = true; solo2 = true;