From 4bda7bcd1eb2410ff7466fd4da2b5345ece6763f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 22 Feb 2019 20:34:18 +0100 Subject: Declare tasks as attribute option This way it is easy to support e.g. host specific tasks --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 3cc427d..d0dbb69 100644 --- a/home.nix +++ b/home.nix @@ -7,8 +7,12 @@ }; imports = [ + # define options custom to this config ./custom.nix + # load host specific stuff ./host/current.nix + # task shortcuts common to all setups + ./tasks/default.nix ]; home = { -- cgit v1.2.3