Add neovim config; Remove things
This commit is contained in:
16
nix/user/task.nix
Normal file
16
nix/user/task.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
taskwarrior-tui
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
t = "task";
|
||||
tt = "taskwarrior-tui";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user