many changes

This commit is contained in:
Kat Inskip 2025-06-17 16:41:48 -07:00
parent 3150cf3c12
commit 0262081094
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
43 changed files with 4022 additions and 204 deletions

View file

@ -1,6 +1,10 @@
_: {
{ pkgs, inputs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
platformOptimizations.enable = true;
extraCompatPackages = [
inputs.nix-proton-cachyos.packages.${pkgs.system}.proton-cachyos
];
};
}