mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
profile/gaming: add gamescope
This commit is contained in:
parent
aedea1d68a
commit
bf90c14bc5
2 changed files with 79 additions and 33 deletions
|
|
@ -3,7 +3,10 @@ _: {
|
|||
my.profiles = {
|
||||
clean.enable = true;
|
||||
development.enable = true;
|
||||
gaming.enable = true;
|
||||
gaming = {
|
||||
enable = true;
|
||||
gamescope.enable = true;
|
||||
};
|
||||
nix.enable = true;
|
||||
sync.enable = true;
|
||||
update.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue