stockholm/makefu/2configs/tools/desktop.nix

14 lines
178 B
Nix
Raw Normal View History

2018-06-07 19:18:39 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
taskwarrior
2018-10-21 21:20:51 +00:00
(pass.withExtensions (ext: [ ext.pass-otp ]))
gopass
2018-06-07 19:18:39 +00:00
mutt
weechat
tmux
];
2018-06-07 19:18:39 +00:00
}