lib: init
also added globalArgs Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user