Use plymouth

This commit is contained in:
Invariantspace 2024-01-03 21:11:10 +08:00
parent eb0580ddb6
commit 2fc24b302d
3 changed files with 58 additions and 46 deletions

View file

@ -89,10 +89,13 @@ let usr = config.constants.userName; in {
autoLogin.user = usr;
sddm = {
enable = true;
autoLogin.relogin = true;
wayland.enable = true;
};
};
desktopManager.plasma5.enable = true;
desktopManager.plasma5 = {
enable = true;
useQtScaling = true;
};
videoDrivers = [ "amdgpu" ];
};
};