lib: init

also added globalArgs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 20:37:34 +05:30
parent 969eb05a7a
commit 7ed47be803
6 changed files with 63 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ self, inputs, ... }:
{ self, inputs, globalArgs, ... }:
{
flake.homeConfigurations = {
natto = inputs.home-manager.lib.homeManagerConfiguration {
@@ -6,12 +6,9 @@
./natto
./modules/secret.nix
inputs.hyprland.homeManagerModules.default
globalArgs
];
pkgs = self.legacyPackages.x86_64-linux;
extraSpecialArgs = {
inherit inputs;
flake = self;
};
};
};
}

View File

@@ -24,6 +24,8 @@
go.enable = true;
password-store.enable = true;
direnv.enable = true;
foot.enable = false;
foot = {
enable = false;
};
};
}