feat(nixosModules/desktop): add steam
This commit is contained in:
parent
cd569cd72f
commit
5396f6dd63
5 changed files with 53 additions and 23 deletions
|
@ -21,5 +21,10 @@
|
|||
zeroconf_port = 5353;
|
||||
};
|
||||
})
|
||||
(lib.mkIf osConfig.desktop.enableSteam {
|
||||
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
|
||||
".local/share/Steam"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue