Refactor the whole configuration #1
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
Add a link
Reference in a new issue