This commit is contained in:
2025-09-02 13:50:53 -06:00
parent a56a99ca3f
commit 523609ea95
5 changed files with 27 additions and 21 deletions

View File

@@ -4,5 +4,9 @@
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "astronaut";
};
environment.systemPackages = with pkgs;[
sddm-astronaut
];
}