fuck if I know what I did

This commit is contained in:
Zastian Pretorius
2025-07-03 21:26:05 +01:00
parent 69c5638e49
commit 8eb707c900
5 changed files with 41 additions and 24 deletions

View File

@@ -25,9 +25,9 @@
])
];
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_zen;
kernelModules = [ "v4l2loopback" ];
extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ];
extraModulePackages = [ pkgs.linuxPackages_zen.v4l2loopback ];
kernelParams = lib.mkMerge [
(lib.mkIf (systemName == "laptop") [
"ipv6e=1"

View File

@@ -57,6 +57,9 @@ let
in
{
programs.gamescope = {
enable = true;
};
nixpkgs.config = {
allowUnfree = true;
};