From c89bc6f42ac0e4238945b329f9522c6c87179232 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 9 Jul 2024 06:33:41 -0300 Subject: [PATCH] nixos: point to the right sddm config file --- nixos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index e36c995..82b2014 100644 --- a/nixos.nix +++ b/nixos.nix @@ -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