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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/window-manager.nix b/modules/window-manager.nix
index 4b6a710f..b8cbb85a 100644
--- a/modules/window-manager.nix
+++ b/modules/window-manager.nix
@@ -9,7 +9,10 @@
   environment.systemPackages = with pkgs; [
     dmenu
     dunst
+    libnotify # for notify-send
     sxhkd
     scrot
+
+    perlPackages.FileMimeInfo # xdg-utils uses this when no DE
   ];
 }