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" ];
|
uris = [ "qemu:///system" ];
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/interface" = {
|
"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
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
mediainfo
|
||||||
|
exiftool
|
||||||
|
];
|
||||||
|
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue