SDDM won't work

This commit is contained in:
Alexandre 2025-12-14 18:04:43 +01:00
parent 3345dc7919
commit eab3bbcfc3

View File

@ -52,6 +52,15 @@
# Hint Electron Apps to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Installs SDDM
services.displayManager = {
sddm = {
enable = true;
wayland.enable = true;
};
defaultSession = "hyprland";
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;