move programs in modules such that base.nix il a basic configuration
All checks were successful
/ build-all (push) Successful in 1m37s
All checks were successful
/ build-all (push) Successful in 1m37s
This commit is contained in:
parent
d43ece8ac4
commit
05bbe7463b
8 changed files with 162 additions and 174 deletions
13
flake.nix
13
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue