nixos: point to the right sddm config file
This commit is contained in:
parent
b9df5852be
commit
c89bc6f42a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue