60 current 2024-02-29 23:51:14 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
31df0780a4
commit
9320710c4a
5 changed files with 33 additions and 7 deletions
|
|
@ -140,7 +140,10 @@
|
|||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users = {
|
||||
"zack" = import ../../modules/home-manager;
|
||||
"zack" = {
|
||||
imports = [../../modules/home-manager];
|
||||
_module.args.theme = import ../../core/theme.nix;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue