home-manager/modules
Bjørn Forsman 9c0abed522
taskwarrior: don't create dataLocation with home.file
With

  programs.taskwarrior.dataLocation = /absolute/path

(outside of $HOME) the current implementation wrongly creates
$HOME/absolute/path (due to how home.file is implemented).

Since taskwarrior creates the dataLocation automatically on first run,
there is actually no need for HM to create that directory.

Additional benefit, the .keep symlink that HM creates as a side-effect
no longer appears in the taskwarrior data directory.

Fixes #2207.

(cherry picked from commit 6c984bd675)
2021-07-24 22:27:24 +02:00
..
accounts Move email account options to their owning modules 2020-06-16 00:45:20 +02:00
config i18n: various fixes 2021-01-23 16:40:25 +01:00
lib files: remove assertion on recursive onChange 2021-06-04 08:48:15 +02:00
lib-bash home-manager: respect NO_COLOR environment variable 2021-03-03 23:28:06 +01:00
misc Replace references to pkgs.gnome3 by pkgs.gnome 2021-06-04 08:48:44 +02:00
programs taskwarrior: don't create dataLocation with home.file 2021-07-24 22:27:24 +02:00
services etesync-dav: fix typo (#2067) 2021-06-21 00:32:23 +02:00
targets xdg.systemDirs: init module (#1797) 2021-05-10 20:14:42 -04:00
default.nix modules: don't reference deprecated stdenv.lib (#1770) 2021-02-01 09:52:05 -05:00
files.nix files: remove assertion on recursive onChange 2021-06-04 08:48:15 +02:00
home-environment.nix home-environment: generate checked activation script 2021-05-18 00:18:57 +02:00
manual.nix Switch to extended Nixpkg's lib 2020-01-21 20:47:04 +01:00
modules.nix foot: add module 2021-05-18 22:29:41 +02:00
systemd-activate.rb Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd-activate.sh Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd.nix systemd: revert systemd-environment-generator usage for environment variables (#2001) 2021-05-16 17:43:50 -04:00
xcursor.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
xresources.nix xresources: do not generate file for empty properties 2020-06-28 00:41:05 +02:00
xsession.nix setxkbmap: reset options before setting new ones (#2160) 2021-07-24 22:26:43 +02:00