From 7a63e7adc4f929d958cd6bb1d784b640a4af6eba Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Jan 2023 21:06:39 +0100 Subject: home-manager late activation --- accounts/root@surtr.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 accounts/root@surtr.nix (limited to 'accounts/root@surtr.nix') diff --git a/accounts/root@surtr.nix b/accounts/root@surtr.nix new file mode 100644 index 00000000..58c4f21d --- /dev/null +++ b/accounts/root@surtr.nix @@ -0,0 +1,3 @@ +{ userName, ... }: { + home-manager.users.${userName}.home.stateVersion = "20.09"; +} -- cgit v1.2.3