1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

modules/redshift-gammastep: install package into the profile ()

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:
Maximilian Bosch 2023-02-27 15:49:49 +01:00 committed by GitHub
parent 635bbcdd6f
commit ab7c8f4a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,8 @@ in {
xdg.configFile.${xdgConfigFilePath}.source =
settingsFormat.generate xdgConfigFilePath cfg.settings;
home.packages = [ cfg.package ];
systemd.user.services.${moduleName} = {
Unit = let
geoclueAgentService =