1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

hyprland: fix systemd variables example

This commit is contained in:
quasigod 2024-04-02 17:39:11 -04:00 committed by Mikilio
parent c7d3e568e3
commit 1a5ed49c92
No known key found for this signature in database
GPG Key ID: 5B2F1A890CF33F3F

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.