summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f2a169a..e342cfb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,6 +38,14 @@
};
};
+ catppuccin = {
+ url = "github:Stonks3141/ctp-nix";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ flake-compat.follows = "flake-compat";
+ };
+ };
+
getchoo = {
url = "github:getchoo/nix-exprs";
inputs.nixpkgs.follows = "nixpkgs";