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