1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 10:13:39 +02:00

hyprland: fix systemd variables example

This commit is contained in:
quasigod 2024-04-02 17:39:11 -04:00 committed by GitHub
parent e429a60900
commit 81cd71995a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.