This commit is contained in:
Miguel Palhas
2025-06-29 14:50:36 +01:00
parent 855b54e0c2
commit 0f2a209c52
7 changed files with 36 additions and 10 deletions
+3 -1
View File
@@ -88,7 +88,9 @@
name: pkgs:
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home/${name} ];
modules = [
./home/${name}
];
extraSpecialArgs = {
inherit inputs outputs;
};