swaybg systemd service

This commit is contained in:
Tristan 2023-05-11 11:55:57 +01:00
parent 3ffd1c7822
commit a5f9c29669
6 changed files with 64 additions and 10 deletions

View file

@ -6,7 +6,7 @@ with lib;
};
config = mkIf config.roles.work.enable {
roles.email = {
enable = true;
email = "tristan.beedell@cryoserver.com";
@ -58,6 +58,7 @@ with lib;
userSettings = {
"aws.telemetry" = false;
"gitlens.telemetry.enabled" = false;
"redhat.telemetry.enabled" = false;
};
};