aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-22 20:34:18 +0100
committerAdrian Kummerlaender2019-02-22 20:34:18 +0100
commit4bda7bcd1eb2410ff7466fd4da2b5345ece6763f (patch)
tree167e374e350978c175747de0b7b522dc27543ae1 /home.nix
parent0b2cde8591776d58333b07062748606d91a9f1db (diff)
downloadnixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar.gz
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar.bz2
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar.lz
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar.xz
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.tar.zst
nixos_home-4bda7bcd1eb2410ff7466fd4da2b5345ece6763f.zip
Declare tasks as attribute option
This way it is easy to support e.g. host specific tasks
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 = {