added desktop_kernel

This commit is contained in:
2024-11-19 20:24:21 -05:00
parent b2ce0ab759
commit 6071c849f2
3 changed files with 12 additions and 11 deletions

View File

@@ -3,19 +3,15 @@
imports = [
../../users/richie
../../users/gaming
../../users/richie
../../common/global
../../common/optional/desktop_kernel.nix
../../common/optional/steam.nix
../../common/optional/systemd-boot.nix
./hardware.nix
];
boot = {
kernelPackages = pkgs.linuxPackages_zen;
zfs.package = pkgs.zfs_unstable;
};
environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ${./gamescope.sh}'';
networking = {