home/aerc | enable local styleset and disable catppuccin control of aerc
This commit is contained in:
parent
e12258477a
commit
277a5fcdf7
3 changed files with 59 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, config, ... }: {
|
||||
{ ... }: {
|
||||
gtk = { };
|
||||
qt = { style = { }; };
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
aerc = { enable = false; };
|
||||
alacritty = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue