nixfleet/hmModules/catppuccin/default.nix
Andrea Ciceri 5658f13955
Some checks failed
/ test (push) Has been cancelled
Remove test settings
2024-10-03 21:53:40 +02:00

13 lines
209 B
Nix

{ lib, ... }:
{
catppuccin = {
enable = true;
flavor = "mocha";
accent = "sapphire";
};
qt = {
platformTheme.name = lib.mkForce "kvantum";
style.name = lib.mkForce "kvantum";
};
}