From c40c744fe470cf0ccb20abb19aab645692ade60c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Sep 2023 12:09:57 +0200 Subject: feat(hm/conf/taskwarrior): Init --- hm/soispha/conf/default.nix | 3 ++- hm/soispha/conf/taskwarrior/default.nix | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 hm/soispha/conf/taskwarrior/default.nix (limited to 'hm') diff --git a/hm/soispha/conf/default.nix b/hm/soispha/conf/default.nix index 01d18d4a..18ec5e2e 100644 --- a/hm/soispha/conf/default.nix +++ b/hm/soispha/conf/default.nix @@ -23,14 +23,15 @@ ./mpv ./mumble ./neomutt - ./nvim ./nheko ./npm + ./nvim ./python ./rclone ./ssh ./swayidle ./swaylock + ./taskwarrior ./tridactyl ./yambar ./zsh diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix new file mode 100644 index 00000000..c7e9b149 --- /dev/null +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -0,0 +1,9 @@ +{...}: { + programs.taskwarrior = { + enable = true; + colorTheme = "dark-blue-256"; + config = { + # TODO: Add something here <2023-09-30> + }; + }; +} -- cgit 1.4.1