mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:50:41 +00:00
Add steam
This commit is contained in:
parent
1d49318179
commit
dfd2dd7ad3
4 changed files with 27 additions and 1 deletions
|
@ -64,10 +64,14 @@
|
|||
".config/WebCord"
|
||||
".local/share/Smart Code ltd/Stremio"
|
||||
".config/obs-studio"
|
||||
".local/share/PrismLauncher"
|
||||
".config/VirtualBox"
|
||||
".local/share/VirtulBox VMs"
|
||||
|
||||
# Games
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
#".steam"
|
||||
|
||||
# Tools
|
||||
".ssh"
|
||||
".local/share/gnupg"
|
||||
|
@ -221,6 +225,7 @@
|
|||
python.enable = true;
|
||||
};
|
||||
games = {
|
||||
steam.enable = true;
|
||||
prismlauncher.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue