stockholm/makefu/2configs/tools/desktop.nix
2018-10-21 23:20:51 +02:00

14 lines
178 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
taskwarrior
(pass.withExtensions (ext: [ ext.pass-otp ]))
gopass
mutt
weechat
tmux
];
}