f
This commit is contained in:
@@ -29,10 +29,12 @@ in
|
|||||||
home-manager.extraSpecialArgs = {
|
home-manager.extraSpecialArgs = {
|
||||||
inherit inputs outputs hostname username hyprland sysversion;
|
inherit inputs outputs hostname username hyprland sysversion;
|
||||||
};
|
};
|
||||||
home-manager.users."${username}" = [
|
home-manager.users."${username}" = { ... }: {
|
||||||
import "${self}/home/desktop.nix"
|
imports = [
|
||||||
import "${self}/modules/home/develop.nix"
|
"${self}/home/desktop.nix"
|
||||||
];
|
"${self}/modules/home/develop.nix"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user