fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
23 lines
242 B
Nix
23 lines
242 B
Nix
{ pkgs
|
|
, config
|
|
, lib
|
|
, ...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
bottom
|
|
libnotify
|
|
tree
|
|
android-file-transfer
|
|
mtpfs
|
|
usbutils
|
|
glow
|
|
tmux
|
|
ranger
|
|
lazygit
|
|
|
|
cheat
|
|
thefuck
|
|
|
|
transmission_4-gtk
|
|
];
|
|
}
|