21 lines
227 B
Nix
21 lines
227 B
Nix
{ pkgs
|
|
, ...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
bottom
|
|
libnotify
|
|
tree
|
|
android-file-transfer
|
|
mtpfs
|
|
usbutils
|
|
glow
|
|
tmux
|
|
ranger
|
|
lazygit
|
|
|
|
cheat
|
|
thefuck
|
|
|
|
transmission_4-gtk
|
|
];
|
|
}
|