From cbc1ead4d29ca5f5bb8ee1eaca9419522a365ca8 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 21:00:47 +0300 Subject: [PATCH] 123 --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index 4eac3bb..9a00300 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -90,7 +90,7 @@ Type = "oneshot"; User = "${xlib.device.username}"; WorkingDirectory = "/run/current-system"; - ExecStart = [ "${pkgs.nh}/bin/nh os switch" ]; + ExecStart = [ "${pkgs.nh}/bin/nh nh os switch" ]; }; };