mirror of
https://github.com/nix-community/home-manager
synced 2024-11-09 20:59:44 +01:00
sway: fix systemd variables example
This commit is contained in:
parent
36e2f9da91
commit
269cc18d94
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ in {
|
||||||
"XCURSOR_THEME"
|
"XCURSOR_THEME"
|
||||||
"XCURSOR_SIZE"
|
"XCURSOR_SIZE"
|
||||||
];
|
];
|
||||||
example = [ "-all" ];
|
example = [ "--all" ];
|
||||||
description = ''
|
description = ''
|
||||||
Environment variables imported into the systemd and D-Bus user environment.
|
Environment variables imported into the systemd and D-Bus user environment.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue