nixos-config/2configs/tools/desktop.nix

14 lines
178 B
Nix
Raw Normal View History

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