feat: initial commit
This commit is contained in:
commit
54c34faa64
17 changed files with 841 additions and 0 deletions
6
modules/output.nix
Normal file
6
modules/output.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }: {
|
||||
options.flake.nixosConfigurations = lib.mkOption {
|
||||
default = {};
|
||||
type = lib.types.lazyAttrsOf lib.types.raw;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue