diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2bc4826..9fbe3cb 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -77,7 +77,10 @@ }; gaming = { enable = true; - steam.enable = true; + steam = { + enable = true; + enableSls = true; + }; vr.enable = true; }; sunshine.enable = true; @@ -107,9 +110,7 @@ ]; }; - environment.systemPackages = [ - pkgs-master.simplex-chat-desktop - ]; + environment.systemPackages = [ pkgs-master.simplex-chat-desktop ]; # services.netbox = { # enable = true; |
