homeConfigurations

This commit is contained in:
Callum Leslie 2024-09-08 13:34:07 +01:00
parent d578b55e7d
commit e897059004
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
19 changed files with 5 additions and 1 deletions

View file

@ -10,7 +10,7 @@
}
inputs.self.homeManagerModules.trayscale
];
users.c = import ../../home;
users.c = import ../../home/c;
extraSpecialArgs = {inherit inputs;};
};
}