modules #2

Merged
ant merged 5 commits from modules into master 2025-09-03 16:36:45 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit f2608d0a82 - Show all commits

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