This commit is contained in:
js0ny 2025-10-25 17:43:51 +01:00
parent 2b498c9fd3
commit 2d3d4675b4
10 changed files with 263 additions and 28 deletions

View file

@ -9,10 +9,10 @@ let
#};
};
in {
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm = {
enable = true;
extraPackages = with pkgs; [
wayland.enable = true;
extraPackages = [
custom-sddm-astronaut
];