From 7c545fe36d1ac226fc919ebb1fa7074be218e977 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Jul 2024 21:52:41 +0200 Subject: [PATCH] feat: adds catppuccin --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 08fa9a6..8f9434c 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }; }; - outputs = { nixpkgs, self, agenix, iceshrimp, , ...} @ inputs: + outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs: let selfPkgs = import ./pkgs; username = "liv";