1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00

xresources: use profileExtra instead of initExtra

The initExtra code is executed after systemd graphical-session.target
starts, which means graphical applications started by
graphical-session.target cannot get these X settings.
This commit is contained in:
Robert Helgesson 2024-12-04 12:37:15 +01:00
parent 6c3a7a0b72
commit 30f66eaa32
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -99,6 +99,6 @@ in {
'';
};
xsession.initExtra = xrdbMerge;
xsession.profileExtra = xrdbMerge;
};
}