aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/taskwarrior
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/taskwarrior/default.nix9
1 files changed, 9 insertions, 0 deletions
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>
+ };
+ };
+}