move programs in modules such that base.nix il a basic configuration
All checks were successful
/ build-all (push) Successful in 1m37s

This commit is contained in:
ant 2025-09-27 11:32:20 +02:00
parent d43ece8ac4
commit 05bbe7463b
8 changed files with 162 additions and 174 deletions

View file

@ -46,9 +46,8 @@
{
homeConfigurations."anvaure@Allegro23-12" = homeConfig [
{ home.username = "anvaure"; }
./home/base.nix
./home/more-software.nix
./home/ui.nix
./home/gui-software.nix
./home/syncthing.nix
./home/allegro.nix
{ home.packages = [ nixgl.nixGLIntel ]; }
@ -57,19 +56,18 @@
homeConfigurations."ant@hs" = homeConfig [
{ home.username = "ant"; }
./home/base.nix
./home/more-software.nix
];
homeConfigurations."ant@ks" = homeConfig [
{ home.username = "ant"; }
./home/base.nix
./home/more-software.nix
];
homeConfigurations."ant@basado" = homeConfig [
{ home.username = "ant"; }
./home/base.nix
./home/ui.nix
./home/gui-software.nix
./home/more-software.nix
./home/gaming.nix
./home/syncthing.nix
{ services.kdeconnect.enable = true; }
@ -78,9 +76,8 @@
homeConfigurations."ant@moon" = homeConfig [
{ home.username = "ant"; }
./home/base.nix
./home/more-software.nix
./home/ui.nix
./home/gui-software.nix
./home/syncthing.nix
{ services.kdeconnect.enable = true; }
./home/moon.nix