notifications-tray-icon: add dedicated module and update flake input

Add notifications-tray-icon.nix module with overlay and home-manager
service config. Update flake input to colonelpanic8 fork and remove
stale HLS input follows. Clean up xmonad.nix by removing the old
overlay reference and commented-out service definition.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 13:49:18 -08:00
committed by Kat Huang
parent 72f09a1c8b
commit b67aeb20be
4 changed files with 49 additions and 19 deletions

View File

@@ -127,13 +127,11 @@
};
notifications-tray-icon = {
url = "github:IvanMalison/notifications-tray-icon";
url = "github:colonelpanic8/notifications-tray-icon";
inputs = {
flake-utils.follows = "flake-utils";
git-ignore-nix.follows = "git-ignore-nix";
nixpkgs.follows = "nixpkgs";
haskell-language-server.inputs.nixpkgs.follows = "nixpkgs";
haskell-language-server.inputs.flake-utils.follows = "flake-utils";
};
};