2005
0be41fd01a
its kind of uneven right now thats kind of bothering me but I'll add more modules new keybinds and scripts for timewarrior (i3, polybar)
19 lines
400 B
Nix
Executable file
19 lines
400 B
Nix
Executable file
{ pkgs, config, inputs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
taskwarrior
|
|
timewarrior
|
|
logseq
|
|
inputs.romodoro.packages.x86_64-linux.default
|
|
taskwarrior-tui
|
|
#inputs.dttyper.packages.x86_64-linux.default
|
|
#(pkgs.callPackage ./dttyper/default.nix { })
|
|
#(pkgs.callPackage ./romodoro/default.nix { })
|
|
#(pkgs.callPackage ./goki/default.nix { })
|
|
|
|
|
|
];
|
|
|
|
}
|
|
|
|
|