home/aerc | enable local styleset and disable catppuccin control of aerc

This commit is contained in:
Don Harper 2025-07-02 21:06:34 -05:00
parent e12258477a
commit 277a5fcdf7
3 changed files with 59 additions and 2 deletions

View file

@ -1,9 +1,10 @@
{ pkgs, config, ... }: {
{ ... }: {
gtk = { };
qt = { style = { }; };
catppuccin = {
enable = true;
flavor = "mocha";
aerc = { enable = false; };
alacritty = {
enable = true;
flavor = "mocha";