aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-22 12:30:35 +0100
committerAdrian Kummerlaender2019-02-22 12:30:35 +0100
commita0c8daf64aaa392949b99d5e5ae5df9a763dfec8 (patch)
tree362a32a4c46ebc5c45e03d65c2efc96a3ea46b7a /gui/xmonad.nix
parentcfab1689f5723129f0bfbb79eaabecf8e809905b (diff)
downloadnixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.gz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.bz2
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.lz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.xz
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.tar.zst
nixos_home-a0c8daf64aaa392949b99d5e5ae5df9a763dfec8.zip
Nixify project task launcher
Task scripts and desktop shortcuts are now autogenerated using a friendly list of tasks in `gui/tasker.nix`. i.e. a separate rofi launcher is unnecessary as the generated desktop files are automatically picked up by stock rofi. This is nice.
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 = {