[NixOS] Don't override dependencies for taffybar overlay

This commit is contained in:
2025-05-15 12:28:58 -07:00
parent 5cbf3ac32e
commit 291e77b4b4
4 changed files with 905 additions and 215 deletions

View File

@@ -59,12 +59,12 @@
imalison-taffybar = {
url = "path:../dotfiles/config/taffybar";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
xmonad.follows = "xmonad";
taffybar.follows = "taffybar";
};
# inputs = {
# nixpkgs.follows = "nixpkgs";
# flake-utils.follows = "flake-utils";
# xmonad.follows = "xmonad";
# taffybar.follows = "taffybar";
# };
};
notifications-tray-icon = {