mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
hostconfig/gandalf: Install steam
This commit is contained in:
parent
bb26074672
commit
93d4798e85
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
|||
personal-gui
|
||||
];
|
||||
unfreePackages = [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"cnijfilter2"
|
||||
"spotify"
|
||||
"discord"
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
ensureUsers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue