mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
wlsunset: systemdTarget default to wayland.systemd target
This commit is contained in:
parent
8871d0b1ef
commit
a90ab0ab5f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ in {
|
||||||
|
|
||||||
systemdTarget = mkOption {
|
systemdTarget = mkOption {
|
||||||
type = with types; str;
|
type = with types; str;
|
||||||
default = "graphical-session.target";
|
default = config.wayland.systemd.target;
|
||||||
description = ''
|
description = ''
|
||||||
Systemd target to bind to.
|
Systemd target to bind to.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue