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

12 lines
125 B
Nix
Raw Normal View History

2018-06-07 19:18:39 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
taskwarrior
pass
mutt
weechat
tmux
];
}