summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0d84492..1a7ecfd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
+ };
};
}