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 = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
taskwarrior = {
|
||||||
|
enable = true;
|
||||||
|
dataLocation = "${config.home.homeDirectory}/.local/share/task";
|
||||||
|
colorTheme = "light-256";
|
||||||
|
config.editor = "hx";
|
||||||
|
};
|
||||||
|
|
||||||
# Helix configuration
|
# Helix configuration
|
||||||
helix = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -126,6 +133,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
|
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
|
||||||
|
|
||||||
|
task ls
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue