diff options
| author | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
| commit | abe5d2534bfb12f5f0d2695975a34fee229531cf (patch) | |
| tree | aa38efd0f9a6f89d1c8d9c013b30d9164e563139 /hosts/desktop/configuration.nix | |
| parent | 31c293d72740180ca1272c76e96a1c6c87b9e195 (diff) | |
added SLS steam
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; |
