[feat] Add anyrun configs

This commit is contained in:
Uttarayan
2024-02-18 01:17:40 +05:30
parent 9823b84289
commit a20ac45bd5
2 changed files with 2 additions and 7 deletions

View File

@@ -125,14 +125,12 @@
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
inherit device;
};
modules = [
{nixpkgs.overlays = overlays;}
./common/home.nix
{
nixpkgs.overlays = overlays;
}
];
};
})