non important commit
This commit is contained in:
parent
dbbb8e6c8c
commit
3def5ec61f
2 changed files with 16 additions and 5 deletions
|
|
@ -1,8 +1,18 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
9
flake.lock
generated
9
flake.lock
generated
|
|
@ -150,15 +150,16 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772397941,
|
||||
"narHash": "sha256-1VYMSg9m4ceI8Cz/3oCUP50PHe9OkGJG2YdufgC7tzs=",
|
||||
"lastModified": 1772147792,
|
||||
"narHash": "sha256-dxrp+Srkq9mQ+qg53oFI1RKieIi9epEdXyJkv44bZP4=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "89e8300bfb9d288d12ed34264002d8d2e6862c5f",
|
||||
"revCount": 14,
|
||||
"rev": "2abbacf66e99db523d624037f3e449aa40e8f366",
|
||||
"revCount": 12,
|
||||
"type": "git",
|
||||
"url": "https://git.stribrny.org/max_ag/floating-calculator"
|
||||
},
|
||||
"original": {
|
||||
"rev": "2abbacf66e99db523d624037f3e449aa40e8f366",
|
||||
"type": "git",
|
||||
"url": "https://git.stribrny.org/max_ag/floating-calculator"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue