1

Modules/Niri: Disable DMS startup dialog

This commit is contained in:
2026-02-26 16:14:53 +01:00
parent 89739e3af0
commit a4272ea92c

View File

@ -33,6 +33,11 @@ in {
systemd.user.services.niri-flake-polkit = lib.mkForce {}; systemd.user.services.niri-flake-polkit = lib.mkForce {};
home = { 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 = { sessionVariables = {
QT_QPA_PLATFORMTHEME = "gtk3"; # For Noctalia QT_QPA_PLATFORMTHEME = "gtk3"; # For Noctalia
GDK_BACKEND = "wayland"; # For screen sharing GDK_BACKEND = "wayland"; # For screen sharing