summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/default.nix b/home/default.nix
index 1af58d3..cb76501 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -23,11 +23,11 @@ in
inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
- modules = [
+ modules = with inputs; [
./${username}
- inputs.chaotic.homeManagerModules.default
- inputs.pywal-nix.homeManagerModules.${pkgs.system}.default
- inputs.rui.homeManagerModules.${pkgs.system}.default
+ chaotic.homeManagerModules.default
+ pywal-nix.homeManagerModules.${pkgs.system}.default
+ rui.homeManagerModules.${pkgs.system}.default
];
extraSpecialArgs = {