aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
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 = {