diff --git a/hyprland.nix b/hyprland.nix index 9e747ea..7965a04 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -19,9 +19,6 @@ package = if variant == "allegro" then pkgs-24_05.hyprland else pkgs.hyprland; xwayland.enable = true; - systemd.enable = true; - systemd.variables = [ "--all" ]; - settings = { debug = { @@ -318,12 +315,15 @@ ${ # system specific configs if variant == "default" then '' - env = GBM_BACKEND,nvidia-drm - env = __GLX_VENDOR_LIBRARY_NAME,nvidia + #env = GBM_BACKEND,nvidia-drm + #env = __GLX_VENDOR_LIBRARY_NAME,nvidia + # env = WLR_DRM_DEVICES,/dev/dri/card1 + # env = AQ_WLR_DEVICES,/dev/dri/card1 + # env = AQ_DRM_DEVICES,/dev/dri/card1 '' else if variant == "allegro" then '' env = WLR_DRM_DEVICES,/dev/dri/card0 - env = AQ_WLR_DEVICES,/dev/ri/card0 + env = AQ_WLR_DEVICES,/dev/dri/card0 env = AQ_DRM_DEVICES,/dev/dri/card0 env = TERMINAL,alacritty