NixOS-Configs/hosts/themes.nix
2025-03-19 22:37:46 -05:00

10 lines
176 B
Nix

{ inputs, outputs, lib, config, pkgs, ... }: {
catppuccin = {
enable = true;
flavor = "mocha";
tty = {
enable = true;
flavor = "mocha";
};
};
}