feat: add mpv, mediainfo and exiftool
This commit is contained in:
parent
da7363f629
commit
32ebd6812f
3 changed files with 8 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
"color-scheme" = "prefer-dark";
|
||||
"color-scheme" = "prefer-light";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
|
||||
pppdf
|
||||
feh # a light-weight image viewer
|
||||
mpv
|
||||
vlc # cross-platform media player and streaming server
|
||||
zathura # a highly customizable and functional pdf viewer
|
||||
neovide # a simple graphical user interface for neovim
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
mediainfo
|
||||
exiftool
|
||||
];
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue