added chaotix and swapped to cachyos kernel

entirely for fun
This commit is contained in:
Gabriella Bere 2025-09-10 00:24:36 +01:00
parent 80a894e05a
commit 4ef92ad04b
3 changed files with 189 additions and 45 deletions

View file

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