diff options
| author | seth <[email protected]> | 2023-10-25 10:15:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-25 10:23:28 -0400 |
| commit | 0c592de60897d5b4a117ea9f871c4547d0a28b73 (patch) | |
| tree | a10d812ad10415f1e3206614db3b5c4d4f3749d8 /flake.nix | |
| parent | a66d01dbb606d23af4e4b5f4207620524c9ef6e6 (diff) | |
systems+seth: start using ctp-nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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"; |
