NixOS-Configs/hosts/themes.nix
2024-11-24 12:01:36 -06:00

17 lines
195 B
Nix

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