From a4272ea92cd26c26c56c29d71aca3fcbb49e5696 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 26 Feb 2026 16:14:53 +0100 Subject: [PATCH] Modules/Niri: Disable DMS startup dialog --- home/homemodules/niri/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/homemodules/niri/default.nix b/home/homemodules/niri/default.nix index 397b192e..8bae2937 100644 --- a/home/homemodules/niri/default.nix +++ b/home/homemodules/niri/default.nix @@ -33,6 +33,11 @@ in { systemd.user.services.niri-flake-polkit = lib.mkForce {}; home = { + # Mute the stupid DMS popups + # TODO: Is there a DMS option to disable those? + file.".config/DankMaterialShell/.firstlaunch".text = ""; + file.".config/DankMaterialShell/.changelog-1.4".text = ""; + sessionVariables = { QT_QPA_PLATFORMTHEME = "gtk3"; # For Noctalia GDK_BACKEND = "wayland"; # For screen sharing