vicinae, other tweaks

This commit is contained in:
Reid 2026-03-22 16:59:30 -07:00
parent 8cc93daddc
commit 8b022298e2
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
13 changed files with 254 additions and 43 deletions

View file

@ -14,6 +14,10 @@ in {
]
++ (mapModulesRec' (toString ./modules) import);
hm.imports = [
inputs.vicinae.homeManagerModules.default
];
system.stateVersion = "23.11";
system.configurationRevision = with inputs; mkIf (self ? rev) self.rev;
hm.home.stateVersion = config.system.stateVersion;