This commit is contained in:
Lilith 2026-01-14 00:30:20 +01:00
parent a44ebc5e01
commit c1a128dbae
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 130 additions and 84 deletions

View file

@ -43,6 +43,7 @@
".local/share/games"
".local/share/iamb"
".local/share/TelegramDesktop"
".local/share/Monero"
]
++ lib.optionals config.gaming.enable [
".config/unity3d/Team Cherry"

View file

@ -53,15 +53,15 @@ in
};
# SteamVR kernel patch for AMDGPU
boot.kernelPatches = gaming-host [
{
name = "amdgpu-ignore-ctx-privileges";
patch = pkgs.fetchpatch {
name = "cap_sys_nice_begone.patch";
url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
};
}
];
# boot.kernelPatches = gaming-host [
# {
# name = "amdgpu-ignore-ctx-privileges";
# patch = pkgs.fetchpatch {
# name = "cap_sys_nice_begone.patch";
# url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
# hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
# };
# }
# ];
};
}