xscreensaver: fix type of systemd Service.Environment

This commit is contained in:
Coutinho de Souza 2024-09-19 16:08:54 +00:00 committed by GitHub
parent 7578176649
commit b6204ff489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ in {
Service = {
ExecStart = "${cfg.package}/bin/xscreensaver -no-splash";
Environment = "PATH=${makeBinPath [ cfg.package ]}";
Environment = [ "PATH=${makeBinPath [ cfg.package ]}" ];
};
Install = { WantedBy = [ "graphical-session.target" ]; };