From 81cd71995ade24333017e7930802040363ce1946 Mon Sep 17 00:00:00 2001 From: quasigod Date: Tue, 2 Apr 2024 17:39:11 -0400 Subject: [PATCH] hyprland: fix systemd variables example --- modules/services/window-managers/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/hyprland.nix b/modules/services/window-managers/hyprland.nix index 3048d589..cf163108 100644 --- a/modules/services/window-managers/hyprland.nix +++ b/modules/services/window-managers/hyprland.nix @@ -88,7 +88,7 @@ in { "WAYLAND_DISPLAY" "XDG_CURRENT_DESKTOP" ]; - example = [ "-all" ]; + example = [ "--all" ]; description = '' Environment variables to be imported in the systemd & D-Bus user environment.