mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-09 08:33:45 +01:00
set default image viewer to feh
This commit is contained in:
@@ -512,6 +512,9 @@ in
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||
"image/png" = "feh.desktop";
|
||||
"image/jpeg" = "feh.desktop";
|
||||
# "text/plain" = "nvim.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user