mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 01:49:41 +00:00
Add more cli programs
This commit is contained in:
parent
9499e8943a
commit
d8513f4cdc
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue