b7031719
Results
1
comments of
b7031719
For info. this works for me in configuration.nix ``` services.displayManager = { sddm = { enable = true; package = pkgs.kdePackages.sddm; # required to prevent version error wayland.enable = true;...