summaryrefslogtreecommitdiff
path: root/accounts/root@skadhi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/root@skadhi.nix')
-rw-r--r--accounts/root@skadhi.nix10
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}