1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/users/ryan/catppuccin.nix
2025-10-19 11:02:48 +01:00

17 lines
317 B
Nix

# SPDX-FileCopyrightText: 2025 Ryan Cao <hello@ryanccn.dev>
#
# SPDX-License-Identifier: Apache-2.0
{
catppuccin = {
flavor = "frappe";
accent = "blue";
bat.enable = true;
eza.enable = true;
fish.enable = true;
fzf.enable = true;
glamour.enable = true;
helix.enable = true;
};
}