rename home/home.nix -> home/base.nix

This commit is contained in:
ant 2025-09-03 12:50:40 +02:00
parent 1b174242d7
commit f2608d0a82
2 changed files with 5 additions and 5 deletions

View file

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