ma state module: init
This commit is contained in:
parent
35cc31d3e4
commit
704fad65c3
@ -2,6 +2,7 @@ _:
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./state.nix
|
||||||
./populate.nix
|
./populate.nix
|
||||||
./awesome-extra.nix
|
./awesome-extra.nix
|
||||||
./deluge.nix
|
./deluge.nix
|
||||||
|
9
makefu/3modules/state.nix
Normal file
9
makefu/3modules/state.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
options.state = lib.mkOption {
|
||||||
|
type = lib.types.listOf lib.types.str;
|
||||||
|
description = "state which is currently scattered on the machine";
|
||||||
|
default = [];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user