aboutsummaryrefslogtreecommitdiff
path: root/gui/default.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/default.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/default.nix')
-rw-r--r--gui/default.nix2
1 files changed, 2 insertions, 0 deletions
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