feat: add mpv, mediainfo and exiftool

This commit is contained in:
Jacob Bachmann 2024-08-28 13:35:44 +02:00
parent da7363f629
commit 32ebd6812f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 8 additions and 2 deletions

View file

@ -6,7 +6,7 @@
uris = [ "qemu:///system" ]; uris = [ "qemu:///system" ];
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
"color-scheme" = "prefer-dark"; "color-scheme" = "prefer-light";
}; };
}; };

View file

@ -29,6 +29,7 @@
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
pppdf pppdf
feh # a light-weight image viewer feh # a light-weight image viewer
mpv
vlc # cross-platform media player and streaming server vlc # cross-platform media player and streaming server
zathura # a highly customizable and functional pdf viewer zathura # a highly customizable and functional pdf viewer
neovide # a simple graphical user interface for neovim neovide # a simple graphical user interface for neovim

View file

@ -1,4 +1,9 @@
{ ... }: { { pkgs, ... }: {
home.packages = with pkgs; [
mediainfo
exiftool
];
programs.yazi = { programs.yazi = {
enable = true; enable = true;