aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index d0dbb69..88f6dba 100644
--- a/home.nix
+++ b/home.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, config, ... }:
{
programs.home-manager = {
@@ -11,7 +11,8 @@
./custom.nix
# load host specific stuff
./host/current.nix
- # task shortcuts common to all setups
+ # task shortcuts
+ ./module/tasker.nix
./tasks/default.nix
];