diff options
author | Alan Pearce | 2023-04-01 18:53:10 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-01 18:53:10 +0200 |
commit | a908fff8a36699f2faf8532aa2b8fde2bdd74cec (patch) | |
tree | 28825a10e973075700e7e970b34a6c7ce349cc4e | |
parent | 5c31e2ef01c78e4c3201fb0464891963f097ebeb (diff) | |
download | nixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.tar.lz nixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.tar.zst nixfiles-a908fff8a36699f2faf8532aa2b8fde2bdd74cec.zip |
mba: update home-manager stateVersion
-rw-r--r-- | user/mba.nix | 4 |
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"; } |