Login manager Error

This commit is contained in:
2026-03-13 23:07:08 +01:00
parent 10f49d6846
commit d0cbd7d4d2
5 changed files with 416 additions and 369 deletions
@@ -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
];
}