thelio76: move system modules
This commit is contained in:
parent
57a1eb5325
commit
ebbf2a867f
|
@ -43,7 +43,7 @@
|
||||||
thelio76 = nixpkgs.lib.nixosSystem rec {
|
thelio76 = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./thelio76/configuration.nix
|
./system/thelio76
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
Loading…
Reference in New Issue