taskwarrior
This commit is contained in:
parent
4cfb0f5fe4
commit
b38b6512ea
@ -6,6 +6,7 @@
|
||||
../../modules/home-manager/wezterm
|
||||
../../modules/home-manager/zsh
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/taskwarrior
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/Users/mthomson";
|
||||
@ -14,7 +15,6 @@
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
spotify-player
|
||||
tmuxifier
|
||||
neofetch
|
||||
nodejs
|
||||
corepack_latest
|
||||
|
9
modules/home-manager/taskwarrior/default.nix
Normal file
9
modules/home-manager/taskwarrior/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
taskwarrior = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user