summary refs log tree commit diff stats
path: root/modules/window-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window-manager.nix')
-rw-r--r--modules/window-manager.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/window-manager.nix b/modules/window-manager.nix
index 40a120f..b8cbb85 100644
--- a/modules/window-manager.nix
+++ b/modules/window-manager.nix
@@ -12,5 +12,7 @@
     libnotify # for notify-send
     sxhkd
     scrot
+
+    perlPackages.FileMimeInfo # xdg-utils uses this when no DE
   ];
 }