taskwarrior web package
This commit is contained in:
parent
e79220af5c
commit
b16d004685
16 changed files with 4093 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
btop
|
||||
nix-config.packages.x86_64-linux.taskwarrior-web
|
||||
];
|
||||
|
||||
username = "media";
|
||||
|
@ -78,4 +77,8 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
|||
source = ../emenel/dotfiles/dot_local/bin;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".local/bin/tww" = {
|
||||
source = ../../modules/home/tww;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue