river: import all env vars to systemd
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-09-15 21:17:10 -04:00
parent cd98617926
commit b26f6cd0fe

View file

@ -40,7 +40,10 @@ in {
done
'';
systemd.enable = true;
systemd = {
enable = true;
variables = ["--all"];
};
settings = {
border-color-focused = "0x${focused}";