actually fixed sddm

This commit is contained in:
shibazaki 2025-01-12 10:04:19 +01:00
parent b75df051ea
commit 9671f768ea

View File

@ -1,3 +1,4 @@
{inputs, pkgs, lib, ...}: {
services.displayManager = {
#defaultSession = "hyprland";
sddm = {
@ -15,11 +16,10 @@
environment.systemPackages = with pkgs; [
(sddm-astronaut.override {
themeConfig = {
ScreenWidth = 1920;
ScreenHeight = 1080;
ScreenWidth = 2560;
ScreenHeight = 1440;
PartialBlur = false;
};
})
];
}