diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -125,5 +125,11 @@ url = "github:pyt0xic/hyprfocus"; inputs.hyprland.follows = "hyprland"; }; + + pywal-nix = { + url = "github:Fuwn/pywal-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; + }; }; } |