Add more cli programs

This commit is contained in:
ItsDrike 2024-06-21 12:36:48 +02:00
parent 9499e8943a
commit d8513f4cdc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -11,8 +11,16 @@
in { in {
config = mkIf (builtins.elem devType acceptedTypes) { config = mkIf (builtins.elem devType acceptedTypes) {
home.packages = with pkgs; [ home.packages = with pkgs; [
trash-cli libnotify # send desktop notifications
bitwarden-cli imagemagick # create/edit images
trash-cli # interface to freedesktop trashcan
bitwarden-cli # pw manager
slides # terminal based presentation tool
brightnessctl # brightness control
pulsemixer # manage audio (TUI)
nix-tree # interactively browse nix store
glow # render markdown
ffmpeg # record, convert and stream audio and video
]; ];
}; };
} }