From f2608d0a822ff1aae84c6e85af160dab4dd35f49 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 3 Sep 2025 12:50:40 +0200 Subject: [PATCH] rename home/home.nix -> home/base.nix --- flake.nix | 10 +++++----- home/{home.nix => base.nix} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename home/{home.nix => base.nix} (100%) 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