summaryrefslogtreecommitdiff
path: root/nixpkgs/wayfire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/wayfire.nix')
-rw-r--r--nixpkgs/wayfire.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixpkgs/wayfire.nix b/nixpkgs/wayfire.nix
index 3824327..b0e26b7 100644
--- a/nixpkgs/wayfire.nix
+++ b/nixpkgs/wayfire.nix
@@ -9,4 +9,11 @@
".config/sway/config".source = ../sway/config;
};
+
+ xdg.mimeApps.defaultApplications = {
+ "application/pdf" = [ "org.gnome.Evince.desktop" ];
+ "image/jpeg" = [ "org.gnome.eog.desktop" ];
+ "image/png" = [ "org.gnome.eog.desktop" ];
+ "text/plain" = [ "org.gnome.gedit.desktop" ];
+ };
}