moved rebuild

This commit is contained in:
John Lancaster
2026-03-10 23:39:23 -05:00
parent 0af3e51ebf
commit ce55bbc194
4 changed files with 43 additions and 43 deletions

View File

@@ -19,6 +19,7 @@
# Import the corresponding homeManager module for the given username
home-manager.users."${username}" = {
imports = [
self.modules.homeManager.base
self.modules.homeManager."${username}"
];
};