summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 0f29de3..03b4010 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,7 +37,7 @@
home = platform: home-manager.lib.homeManagerConfiguration {
system = "x86_64-linux";
- configuration = import ./home;
+ configuration = import ./home { inherit self nixpkgs nur; };
extraModules = [ platform ];
username = "ale";
@@ -50,9 +50,7 @@
# Optionally use extraSpecialArgs
# to pass through arguments to home.nix
- extraSpecialArgs = {
- inherit nur self;
- };
+ extraSpecialArgs = {};
};
homeConfig = id: platform: {