This commit is contained in:
soraefir
2024-12-23 18:43:58 +01:00
parent 1410c0c39f
commit 40b827d4ca
9 changed files with 234 additions and 71 deletions

View File

@ -30,6 +30,7 @@
{ usercfg = userConfig; }
inputs.nix-colors.homeManagerModule
inputs.hyprland.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
];
}) syscfg.syscfg.users);
}
@ -53,7 +54,7 @@
nameValuePair userConfig.username {
imports = [
inputs.nix-colors.homeManagerModule
inputs.hyprland.homeManagerModules
inputs.sops-nix.homeManagerModules.sops
];
}) syscfg.syscfg.users);
}