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