try and disable the sddm settings for shodan to see if that fixes things

This commit is contained in:
Lillian Violet 2026-03-14 17:23:52 +01:00
parent 40d928eb87
commit 9ac4e132dc
2 changed files with 10 additions and 7 deletions

View file

@ -316,6 +316,9 @@
whitelist = "org.mozilla.firefox\nfirefox\nlibrewolf\nkonsole\nvesktop\nsignal-dekstop\nthunderbird";
};
};
plasmanotifyrc = {
DoNotDisturb.WhenFullscreen = false;
};
};
};
}

View file

@ -74,13 +74,13 @@
desktopManager.plasma6.enable = true;
displayManager = {
# defaultSession = "plasma";
sddm.wayland.enable = lib.mkForce true;
sddm.settings = {
Autologin = {
Session = "plasma.desktop";
User = "lillian";
};
};
# sddm.wayland.enable = lib.mkForce true;
# sddm.settings = {
# Autologin = {
# Session = "plasma.desktop";
# User = "lillian";
# };
# };
};
};
zramSwap.enable = false;