fix alien formatting

This commit is contained in:
Sean Kovacs 2025-11-07 17:48:05 -05:00
commit 34eb7fd06a
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -2,8 +2,8 @@
{
catppuccin = {
accent = "mocha";
flavor = "blue";
accent = "blue";
flavor = "mocha";
};
programs.plasma = {
@ -13,10 +13,11 @@
splashScreen.theme = "Catpppuccin-Mocha-Blue";
};
configFile = {
kdeglobals.KDE = {
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
configFile = {
kdeglobals.KDE = {
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
};
};
};
}