From abe5d2534bfb12f5f0d2695975a34fee229531cf Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 16 May 2026 18:27:36 +0200 Subject: added SLS steam --- hosts/desktop/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/desktop/configuration.nix') 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; -- cgit v1.3