actually fixed sddm
This commit is contained in:
parent
b75df051ea
commit
9671f768ea
@ -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;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user