update flake, changes

This commit is contained in:
Sean Kovacs 2026-01-03 14:55:42 -05:00
commit fcd9e04432
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 79 additions and 80 deletions

View file

@ -52,6 +52,10 @@
];
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts;
# enable hyper-v for guests
virtualisation.hypervGuest.enable = true;
boot.blacklistedKernelModules = ["hyperv_fb"];
programs = {
gamescope = {
enable = true;