From a0c8daf64aaa392949b99d5e5ae5df9a763dfec8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 22 Feb 2019 12:30:35 +0100 Subject: 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. --- gui/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/default.nix') diff --git a/gui/default.nix b/gui/default.nix index 2cc011e..6948139 100644 --- a/gui/default.nix +++ b/gui/default.nix @@ -9,6 +9,8 @@ in { ./kitty.nix ./vim.nix ./zathura.nix + # desktop shortcuts for project specific tasks + ./tasker.nix # applications grouped by purpose ./apps/file.nix ./apps/web.nix -- cgit v1.2.3