mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:53:35 -05:00
Fixed stateVersion (again?)
This commit is contained in:
parent
4f4a9ea1ea
commit
8a3bb1cdde
2 changed files with 4 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
||||||
globals = rec {
|
globals = rec {
|
||||||
user = "annika";
|
user = "annika";
|
||||||
fullName = "Annika Merris";
|
fullName = "Annika Merris";
|
||||||
# gitName = fullName;
|
gitName = fullName;
|
||||||
# gitEmail = "me@annikamerris.com";
|
gitEmail = "me@annikamerris.com";
|
||||||
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||||
};
|
};
|
||||||
in rec
|
in rec
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,7 @@
|
||||||
curl
|
curl
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
home-manager.users.${config.user}.home.stateVersion = stateVersion;
|
||||||
|
home-manager.users.root.home.stateVersion = stateVersion;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue