nixos: point to the right sddm config file
This commit is contained in:
parent
b9df5852be
commit
c89bc6f42a
|
@ -214,7 +214,8 @@
|
||||||
# Enable SDDM.
|
# Enable SDDM.
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "${import ./theming/sddm.nix { inherit pkgs; }}";
|
wayland.enable = true;
|
||||||
|
theme = "${import ./theming/sddm { inherit pkgs; }}";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable Hyprland
|
# Enable Hyprland
|
||||||
|
|
Loading…
Reference in a new issue