Switch to Linux 6.0, add packages to devshell
This commit is contained in:
parent
5a63157643
commit
f558b472f7
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue