nixos: point to the right sddm config file

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:33:41 -03:00
parent b9df5852be
commit c89bc6f42a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -214,7 +214,8 @@
# Enable SDDM.
services.displayManager.sddm = {
enable = true;
theme = "${import ./theming/sddm.nix { inherit pkgs; }}";
wayland.enable = true;
theme = "${import ./theming/sddm { inherit pkgs; }}";
};
# Enable Hyprland