thelio76: move system modules

This commit is contained in:
Alex 2024-07-26 18:32:05 -04:00
parent 57a1eb5325
commit ebbf2a867f
3 changed files with 1 additions and 1 deletions

View File

@ -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;