From f929dd3e20a098c4ea96bab229353b6646a8bf80 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 2 Apr 2026 20:33:52 +0200 Subject: [PATCH] add dolphin to hyprland --- modules/nix/wm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix/wm/hyprland.nix b/modules/nix/wm/hyprland.nix index 1355928..fe88d94 100644 --- a/modules/nix/wm/hyprland.nix +++ b/modules/nix/wm/hyprland.nix @@ -41,6 +41,7 @@ in grim slurp mako + kdePackages.dolphin ]; }; }