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