mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
feat: winters <> summers parity
This commit is contained in:
parent
7cacce85a0
commit
04e3bcefc3
144 changed files with 3628 additions and 732 deletions
5
files/topology/private/flake.nix
Normal file
5
files/topology/private/flake.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
description = "Flake that sets topologyPrivate to true for building topology.";
|
||||
|
||||
outputs = _: { topologyPrivate = true; };
|
||||
}
|
||||
5
files/topology/public/flake.nix
Normal file
5
files/topology/public/flake.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
description = "Flake that sets topologyPrivate to false for general purpose.";
|
||||
|
||||
outputs = _: { topologyPrivate = false; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue