thelio76: (testing) modularize hm config
This commit is contained in:
parent
6c18d30032
commit
d8df2bb1ff
|
@ -44,7 +44,8 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./config/systems/thelio76
|
./config/systems/thelio76
|
||||||
./config/modules/home-manager.nix { inherit system inputs }
|
./config/modules/home-manager.nix
|
||||||
|
{ inherit system inputs; }
|
||||||
# home-manager.nixosModules.home-manager
|
# home-manager.nixosModules.home-manager
|
||||||
# {
|
# {
|
||||||
# home-manager.useGlobalPkgs = true;
|
# home-manager.useGlobalPkgs = true;
|
||||||
|
|
Loading…
Reference in New Issue