15 lines
159 B
Nix
15 lines
159 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
bottom
|
|
libnotify
|
|
tree
|
|
android-file-transfer
|
|
mtpfs
|
|
usbutils
|
|
];
|
|
}
|