home-manager parameters
This commit is contained in:
12
flake.nix
12
flake.nix
@ -15,10 +15,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
baballonia = {
|
# baballonia = {
|
||||||
url = "github:Project-Babble/Baballonia";
|
# url = "github:Project-Babble/Baballonia";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# lemonake.url = "github:passivelemon/lemonake";
|
# lemonake.url = "github:passivelemon/lemonake";
|
||||||
|
|
||||||
@ -53,14 +53,14 @@
|
|||||||
in
|
in
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
# specialArgs = inputs;
|
|
||||||
modules = [
|
modules = [
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
|
||||||
inherit system;
|
inherit system;
|
||||||
|
username = "abby";
|
||||||
|
inherit inputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
homeConfigurations."pager@nicrosil" =
|
homeConfigurations."pager@nicrosil" =
|
||||||
|
|||||||
Reference in New Issue
Block a user