diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-22 14:43:25 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-22 14:43:25 +0200 |
| commit | 037bee53a4e719ba3ed4ccc48b3c6a2edc52b883 (patch) | |
| tree | 94758735d079c299cffb9caefb6a653f6394129e /accounts/root@skadhi.nix | |
| parent | 9df93d51af39f242a00c3ae598ad55e17ab91f69 (diff) | |
| download | nixos-037bee53a4e719ba3ed4ccc48b3c6a2edc52b883.tar nixos-037bee53a4e719ba3ed4ccc48b3c6a2edc52b883.tar.gz nixos-037bee53a4e719ba3ed4ccc48b3c6a2edc52b883.tar.bz2 nixos-037bee53a4e719ba3ed4ccc48b3c6a2edc52b883.tar.xz nixos-037bee53a4e719ba3ed4ccc48b3c6a2edc52b883.zip | |
skadhi: initial commit
Diffstat (limited to 'accounts/root@skadhi.nix')
| -rw-r--r-- | accounts/root@skadhi.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | { flake, userName, ... }: | ||
| 2 | { | ||
| 3 | imports = with flake.nixosModules.userProfiles.${userName}; [ | ||
| 4 | zsh | ||
| 5 | ]; | ||
| 6 | |||
| 7 | config.home-manager.users.${userName} = { | ||
| 8 | home.stateVersion = "26.05"; | ||
| 9 | }; | ||
| 10 | } | ||
