updates config
This commit is contained in:
parent
13c76e23d1
commit
acbe8a473d
16 changed files with 270 additions and 22 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.flake.modules = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.types.lazyAttrsOf lib.types.raw);
|
||||
default = { };
|
||||
description = "Reusable NixOS/Darwin/home-manager modules keyed by type and name";
|
||||
};
|
||||
|
||||
options.flake.globalConfig = {
|
||||
username = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue