Swap image-roll for ristretto, clapper for mpv

This commit is contained in:
Evie Litherland-Smith 2025-01-31 15:41:31 +00:00
parent 83ae24f6b5
commit 0337f6a179
2 changed files with 5 additions and 8 deletions

View file

@ -34,8 +34,7 @@
grim
slurp
swappy
image-roll
clapper
xfce.ristretto
g4music
picard
zotero
@ -146,6 +145,7 @@
./home/password-store/default.nix
];
home.file.${config.gtk.gtk2.configLocation}.force = true;
programs.mpv.enable = true;
services = {
syncthing.enable = true;
gammastep = {

View file

@ -6,10 +6,10 @@ in
"inode/directory" = [ "org.xfce.thunar.desktop" ];
"inode/symlink" = [ "org.xfce.thunar.desktop" ];
"image/jpeg" = [ "com.github.weclaw1.ImageRoll.desktop" ];
"image/png" = [ "com.github.weclaw1.ImageRoll.desktop" ];
"image/jpeg" = [ "com.xfce.ristretto.desktop" ];
"image/png" = [ "com.xfce.ristretto.desktop" ];
"audio/mpeg" = [ "com.github.neithern.g4music.desktop" ];
"video/mp4" = [ "com.github.rafostar.Clapper.desktop" ];
"video/mp4" = [ "mpv.desktop" ];
"text/plain" = emacs;
"text/richtext" = emacs;
@ -72,7 +72,4 @@ in
"x-scheme-handler/ms-word" = [ "writer.desktop" ];
"x-scheme-handler/ms-powerpoint" = [ "impress.desktop" ];
"x-scheme-handler/ms-excel" = [ "calc.desktop" ];
"x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ];
"x-scheme-handler/zoomus" = browser;
"x-scheme-handler/zoommtg" = browser;
}