try and disable the sddm settings for shodan to see if that fixes things
This commit is contained in:
parent
40d928eb87
commit
9ac4e132dc
2 changed files with 10 additions and 7 deletions
|
|
@ -316,6 +316,9 @@
|
||||||
whitelist = "org.mozilla.firefox\nfirefox\nlibrewolf\nkonsole\nvesktop\nsignal-dekstop\nthunderbird";
|
whitelist = "org.mozilla.firefox\nfirefox\nlibrewolf\nkonsole\nvesktop\nsignal-dekstop\nthunderbird";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
plasmanotifyrc = {
|
||||||
|
DoNotDisturb.WhenFullscreen = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -74,13 +74,13 @@
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
# defaultSession = "plasma";
|
# defaultSession = "plasma";
|
||||||
sddm.wayland.enable = lib.mkForce true;
|
# sddm.wayland.enable = lib.mkForce true;
|
||||||
sddm.settings = {
|
# sddm.settings = {
|
||||||
Autologin = {
|
# Autologin = {
|
||||||
Session = "plasma.desktop";
|
# Session = "plasma.desktop";
|
||||||
User = "lillian";
|
# User = "lillian";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zramSwap.enable = false;
|
zramSwap.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue