lutris fix

This commit is contained in:
chloe 2025-08-02 10:15:49 +02:00
parent 6ef751f330
commit d784f55702

View file

@ -110,6 +110,7 @@
slurp
wl-clipboard
udiskie
lutris
];
# Some programs need SUID wrappers, can be configured further or are
@ -132,6 +133,15 @@
};
documentation.dev.enable = true;
systemd.extraConfig = "DefaultLimitNOFILE=524288";
security.pam.loginLimits = [
{
domain = "misschloe777";
type = "hard";
item = "nofile";
value = "524288";
}
];
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.