modules/redshift-gammastep: install package into the profile (#3710)
This is needed to make sure that the tray icon is actually found. Otherwise an empty icon indicating that it wasn't found is shown.
This commit is contained in:
parent
635bbcdd6f
commit
ab7c8f4a84
|
@ -183,6 +183,8 @@ in {
|
||||||
xdg.configFile.${xdgConfigFilePath}.source =
|
xdg.configFile.${xdgConfigFilePath}.source =
|
||||||
settingsFormat.generate xdgConfigFilePath cfg.settings;
|
settingsFormat.generate xdgConfigFilePath cfg.settings;
|
||||||
|
|
||||||
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
systemd.user.services.${moduleName} = {
|
systemd.user.services.${moduleName} = {
|
||||||
Unit = let
|
Unit = let
|
||||||
geoclueAgentService =
|
geoclueAgentService =
|
||||||
|
|
Loading…
Reference in a new issue