Login manager Error
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, user, ... }:
|
||||
{
|
||||
environment.sessionVariables = {
|
||||
XDG_SESSION_TYPE = "wayland"; # Session type
|
||||
XDG_CURRENT_DESKTOP = "Hyprland"; # Desktop environment
|
||||
XCURSOR_SIZE = "24"; # Cursor size
|
||||
# Add other session-wide variables here (e.g., QT_QPA_PLATFORM, SDL_VIDEODRIVER)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user