NixOS-Configs/hosts/themes.nix
2024-12-13 11:50:29 -06:00

10 lines
183 B
Nix

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