mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Add imv viewer, set as default
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glava
|
||||
imv
|
||||
plex-desktop
|
||||
projectm_3
|
||||
sox
|
||||
|
||||
@@ -95,6 +95,7 @@ in
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"image/*" = [ "imv.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user