feat (home/packages): taskwarrior
This commit is contained in:
parent
2105e77db4
commit
a218f6d345
1 changed files with 9 additions and 0 deletions
|
|
@ -65,6 +65,13 @@
|
|||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
taskwarrior = {
|
||||
enable = true;
|
||||
dataLocation = "${config.home.homeDirectory}/.local/share/task";
|
||||
colorTheme = "light-256";
|
||||
config.editor = "hx";
|
||||
};
|
||||
|
||||
# Helix configuration
|
||||
helix = {
|
||||
enable = true;
|
||||
|
|
@ -126,6 +133,8 @@
|
|||
enable = true;
|
||||
bashrcExtra = ''
|
||||
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
|
||||
|
||||
task ls
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue