feat: update home.nix config

This commit is contained in:
2025-12-10 17:52:39 +01:00
parent f573e31d06
commit c79e4b0b97
3 changed files with 17 additions and 21 deletions

View File

@@ -33,6 +33,9 @@
# default config
default = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs;
};
modules = [
# import host specific configs
./hosts/default/configuration.nix
@@ -58,14 +61,5 @@
};
};
## home-manager config
#homeConfigurations = {
# aaron = home-manager.lib.homeManagerConfiguration {
# inherit pkgs;
# modules = [ ./hosts/default/home.nix ];
# };
#};
};
}