From 704fad65c3f53173571cb95d49f1b9fbdd29bb64 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 8 Sep 2018 12:46:25 +0200 Subject: ma state module: init --- makefu/3modules/state.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 makefu/3modules/state.nix (limited to 'makefu/3modules/state.nix') diff --git a/makefu/3modules/state.nix b/makefu/3modules/state.nix new file mode 100644 index 000000000..461b90152 --- /dev/null +++ b/makefu/3modules/state.nix @@ -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 = []; + }; +} -- cgit v1.2.3