From 037bee53a4e719ba3ed4ccc48b3c6a2edc52b883 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 14:43:25 +0200 Subject: skadhi: initial commit --- accounts/root@skadhi.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 accounts/root@skadhi.nix (limited to 'accounts/root@skadhi.nix') diff --git a/accounts/root@skadhi.nix b/accounts/root@skadhi.nix new file mode 100644 index 00000000..425d9a04 --- /dev/null +++ b/accounts/root@skadhi.nix @@ -0,0 +1,10 @@ +{ flake, userName, ... }: +{ + imports = with flake.nixosModules.userProfiles.${userName}; [ + zsh + ]; + + config.home-manager.users.${userName} = { + home.stateVersion = "26.05"; + }; +} -- cgit v1.2.3