fully refactored stolen config :D
This commit is contained in:
parent
6a59cd0a68
commit
f768ea6596
39 changed files with 1603 additions and 206 deletions
4
options/common/pin-registry.nix
Normal file
4
options/common/pin-registry.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ inputs, lib, ...}:
|
||||
{
|
||||
nix.registry = lib.mapAttrs (_: v: {flake = v; }) inputs;
|
||||
}
|
6
options/common/preserve-system.nix
Normal file
6
options/common/preserve-system.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
environment.etc."current-flake".source = self;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue