1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-19 12:57:29 +02:00

sway: fix systemd variables example

This commit is contained in:
sg-qwt 2024-07-04 03:43:38 +08:00 committed by GitHub
parent 36e2f9da91
commit 269cc18d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,7 +403,7 @@ in {
"XCURSOR_THEME"
"XCURSOR_SIZE"
];
example = [ "-all" ];
example = [ "--all" ];
description = ''
Environment variables imported into the systemd and D-Bus user environment.
'';