thelio76: move system module (fix)

This commit is contained in:
Alex 2024-07-26 18:33:03 -04:00
parent ebbf2a867f
commit 740d0cd95f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
thelio76 = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
./system/thelio76
./config/systems/thelio76
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;