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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user