From 7aa76f212c89cd9f9821cd25766bd8fb3a519661 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 11 Aug 2024 13:50:57 +0200 Subject: [PATCH] explicit user --- hosts/computer-mo/system/set-steam.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/computer-mo/system/set-steam.nix b/hosts/computer-mo/system/set-steam.nix index 48df2a9..b4e26ad 100644 --- a/hosts/computer-mo/system/set-steam.nix +++ b/hosts/computer-mo/system/set-steam.nix @@ -1,8 +1,8 @@ -{ user-computer, ... }: +{ ... }: { jovian.steam = { autoStart = false; - user = user-computer; + user = "mo"; desktopSession = "plasma"; };