home-manager parameters

This commit is contained in:
2025-09-24 03:05:30 -04:00
committed by Abigail Freeman
parent 8797880ee1
commit 4f38297378

View File

@ -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" =