feat: update home.nix config
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -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 ];
|
||||
# };
|
||||
#};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user