nixos-config/home-manager/stvnliu/packages/util-programs.nix

21 lines
336 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
bottom
libnotify
tree
android-file-transfer
mtpfs
usbutils
glow
tmux
ranger
lazygit
mmv
cheat
# thefuck RIP no longer maintained. Use `pay-respects` maybe
# pcmanfm DEPR due to KDE
udiskie
sxiv
transmission_4-gtk
];
}