replace variant argument with modules
All checks were successful
/ build-all (push) Successful in 1m18s
All checks were successful
/ build-all (push) Successful in 1m18s
This commit is contained in:
parent
f2608d0a82
commit
1a0086f941
13 changed files with 586 additions and 577 deletions
20
flake.nix
20
flake.nix
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
variant = "allegro";
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
@ -49,6 +48,10 @@
|
|||
{ targets.genericLinux.enable = true; }
|
||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||
./home/syncthing.nix
|
||||
./home/allegro.nix
|
||||
|
||||
./home/ui.nix
|
||||
./home/gui-software.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -57,7 +60,6 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
variant = "hs";
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
@ -71,7 +73,6 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
variant = "hs";
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
@ -85,7 +86,6 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
variant = "default";
|
||||
inherit inputs;
|
||||
};
|
||||
|
||||
|
|
@ -94,6 +94,12 @@
|
|||
./home/base.nix
|
||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||
./home/syncthing.nix
|
||||
./home/basado.nix
|
||||
|
||||
./home/ui.nix
|
||||
./home/gui-software.nix
|
||||
./home/gaming.nix
|
||||
{ services.kdeconnect.enable = true; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -102,7 +108,6 @@
|
|||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
variant = "moon";
|
||||
inherit inputs;
|
||||
};
|
||||
|
||||
|
|
@ -111,6 +116,11 @@
|
|||
./home/base.nix
|
||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||
./home/syncthing.nix
|
||||
./home/moon.nix
|
||||
|
||||
./home/ui.nix
|
||||
./home/gui-software.nix
|
||||
{ services.kdeconnect.enable = true; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue