diff options
Diffstat (limited to 'user-mora.nix')
-rw-r--r-- | user-mora.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user-mora.nix b/user-mora.nix new file mode 100644 index 0000000..14fb481 --- /dev/null +++ b/user-mora.nix @@ -0,0 +1,7 @@ +_: + +{ + home.stateVersion = "24.11"; + home.username = "mora"; + home.homeDirectory = "/home/mora"; +} |