Modules/Niri: Disable DMS startup dialog
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user