upaded flake

swapped back to zen kernel instead of cachyos
This commit is contained in:
Gabriella Bere 2025-12-03 13:56:25 +00:00
parent 32ea907598
commit ae9093a301
3 changed files with 77 additions and 77 deletions

View file

@ -30,7 +30,7 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
boot.kernelModules = [ "v4l2loopback" ];
boot.kernelPackages = pkgs.linuxPackages_cachyos; # remember to set this to the kernel package SET, not the kernel package itself
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen; # remember to set this to the kernel package SET, not the kernel package itself
networking.hostName = "gabbielaptop"; # Define your hostname.