this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(thinkpadz13): clean up kernel version override

-5
-5
hosts/thinkpadz13.nix
··· 1 1 { pkgs, ... }: 2 2 3 3 { 4 - # TODO remove after the default version is >= v6.5 5 - boot = { 6 - kernelPackages = pkgs.linuxKernel.packages.linux_6_6; 7 - }; 8 - 9 4 hardware = { 10 5 opengl = { 11 6 driSupport = true;