GitHub Notifications notifier for Linux
- [Nix, the package manager](https://nix.dev/#what-can-you-do-with-nix) - [NixOS](https://nixos.org) - [Home Manager](https://nix-community.github.io/home-manager/index.xhtml#ch-introduction) You may want to document these in the README. I added a development environment, a package and modules for both NixOS and Home Manager, which can be used with the following and its NixOS equivalent. I'll test `xdg-open`'s functionality. ```nix { ... }: { imports = [ inputs.gh-notifier.homeModules.default ]; services.gh-notifier = { enable = true; environmentFile = "/home/axel/.local/state/gh-notifier.env"; # or /run/user/$(id -u)/secrets/gh-notifier.env with a secret management scheme }; } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by axelkar and has received 1 comments.