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)
|
||||
};
|
||||
}
|
||||
@@ -16,6 +16,7 @@
|
||||
./dbus.nix
|
||||
./audio.nix
|
||||
./xdg.nix
|
||||
./session.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user