From a354c7f277a9c0905a4c962064b4af20fd775bda Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Fri, 7 Nov 2025 17:48:05 -0500 Subject: [PATCH] fix alien formatting --- home/alien.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home/alien.nix b/home/alien.nix index 441ea22..9943276 100644 --- a/home/alien.nix +++ b/home/alien.nix @@ -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"; + }; }; }; }