summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-05-16 18:27:36 +0200
committeradikro <adikro@disroot.org>2026-05-16 18:27:36 +0200
commitabe5d2534bfb12f5f0d2695975a34fee229531cf (patch)
treeaa38efd0f9a6f89d1c8d9c013b30d9164e563139 /hosts/desktop/configuration.nix
parent31c293d72740180ca1272c76e96a1c6c87b9e195 (diff)
added SLS steam
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix9
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;