mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
wayland: Make backwards compatibly by only settin tray target via mkDefault
This commit is contained in:
committed by
Austin Horstman
parent
2cc9faab38
commit
dd26f75fb4
@@ -23,6 +23,6 @@
|
||||
};
|
||||
|
||||
config = lib.mkIf (!config.xsession.enable) {
|
||||
systemd.user.targets.tray = config.xsession.trayTarget;
|
||||
systemd.user.targets.tray = lib.mkDefault config.xsession.trayTarget;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user