summary refs log tree commit diff stats
path: root/user/mba.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-04-01 18:53:10 +0200
committerAlan Pearce2023-04-01 18:53:10 +0200
commita908fff8a36699f2faf8532aa2b8fde2bdd74cec (patch)
tree28825a10e973075700e7e970b34a6c7ce349cc4e /user/mba.nix
parent5c31e2ef01c78e4c3201fb0464891963f097ebeb (diff)
downloadnixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.tar.lz
nixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.tar.zst
nixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.zip
mba: update home-manager stateVersion
Diffstat (limited to 'user/mba.nix')
-rw-r--r--user/mba.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/mba.nix b/user/mba.nix
index 8f052be6..5bbf2434 100644
--- a/user/mba.nix
+++ b/user/mba.nix
@@ -21,5 +21,7 @@
     ./settings/zsh.nix
   ];
 
-  home.stateVersion = "20.03";
+  home.username = "alan";
+  home.homeDirectory = "/Users/alan";
+  home.stateVersion = "22.11";
 }