aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index f265278..52de48d 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -26,13 +26,9 @@ in {
};
};
- home.packages = let
- tasker = pkgs.lib.callPackageWith pkgs ./pkgs/tasker.nix { };
- in with pkgs; [
+ home.packages = with pkgs; [
# lockscreen
i3lock
- # task launcher
- tasker
];
services.screen-locker = {