diff --git a/flake.nix b/flake.nix index 6609371..912922a 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ modules = [ { home.username = "anvaure"; } - ./home/home.nix + ./home/base.nix { home.packages = [ nixgl.nixGLIntel ]; } { targets.genericLinux.enable = true; } { home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; } @@ -62,7 +62,7 @@ modules = [ { home.username = "ant"; } - ./home/home.nix + ./home/base.nix ]; }; @@ -76,7 +76,7 @@ modules = [ { home.username = "ant"; } - ./home/home.nix + ./home/base.nix ]; }; @@ -91,7 +91,7 @@ modules = [ { home.username = "ant"; } - ./home/home.nix + ./home/base.nix { home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; } ./home/syncthing.nix ]; @@ -108,7 +108,7 @@ modules = [ { home.username = "ant"; } - ./home/home.nix + ./home/base.nix { home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; } ./home/syncthing.nix ]; diff --git a/home/home.nix b/home/base.nix similarity index 100% rename from home/home.nix rename to home/base.nix