mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
feat: winters <> summers parity
This commit is contained in:
parent
7cacce85a0
commit
04e3bcefc3
144 changed files with 3628 additions and 732 deletions
|
|
@ -11,7 +11,7 @@
|
|||
specialArgs = {
|
||||
inherit inputs outputs self minimal homeLib configName arch;
|
||||
inherit (config.pkgs.${arch}) lib;
|
||||
inherit (config) nodes;
|
||||
inherit (config) nodes topologyPrivate;
|
||||
globals = config.globals.${arch};
|
||||
type = "nixos";
|
||||
withHomeManager = true;
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
inputs.nix-darwin.lib.darwinSystem {
|
||||
specialArgs = {
|
||||
inherit inputs lib outputs self minimal configName;
|
||||
inherit (config) nodes;
|
||||
inherit (config) nodes topologyPrivate;
|
||||
withHomeManager = true;
|
||||
globals = config.globals.${arch};
|
||||
};
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs lib outputs self configName arch type;
|
||||
inherit (config) nodes;
|
||||
inherit (config) nodes topologyPrivate;
|
||||
globals = config.globals.${arch};
|
||||
minimal = false;
|
||||
};
|
||||
|
|
@ -197,5 +197,7 @@
|
|||
nodes = config.nixosConfigurations
|
||||
// config.darwinConfigurations
|
||||
// config.guestConfigurations;
|
||||
|
||||
"@" = lib.mapAttrs (_: v: v.config.system.build.toplevel) config.nodes;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue