dotfiles/etc/apps/prod.nix
2024-05-18 01:10:04 +02:00

12 lines
123 B
Nix
Executable file

{ pkgs, config, ... }: {
environment.systemPackages = with pkgs; [
taskwarrior
timewarrior
logseq
];
}