mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
hyprland: fix systemd variables example
This commit is contained in:
parent
e429a60900
commit
81cd71995a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue