fix: waybar github-notification, nixpkgs-review

This commit is contained in:
Leon Schwarzäugl 2025-08-09 14:27:42 +02:00
parent 3957e1a4a7
commit ca2d20522c
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 27 additions and 9 deletions

View file

@ -13,7 +13,9 @@
gst-plugins-ugly
gst-libav
]);
};
} // (lib.optionalAttrs (!config.swarselsystems.isPublic) {
GITHUB_NOTIFICATION_TOKEN_PATH = config.sops.secrets.github-notifications-token.path;
});
};
};
}