From d7b0a7689bc8ed8bd51315f404a687e4e9e79a2c Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 12 Jan 2026 16:51:16 +0100 Subject: [PATCH] Add package to automount removable media --- modules/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui.nix b/modules/gui.nix index 7bc9e87..f3e274b 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -39,6 +39,7 @@ with pkgs; kitty qt5.qtwayland glib + udiskie ]; extraSessionCommands = '' export MOZ_ENABLE_WAYLAND=1