gaming
This commit is contained in:
parent
7266529146
commit
a0640360f0
1 changed files with 18 additions and 2 deletions
|
@ -1,5 +1,21 @@
|
|||
{ ... }:
|
||||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/steam_home"
|
||||
".local/share/osu"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup-qt
|
||||
protontricks
|
||||
osu-lazer-bin
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue