From f1cbdb27346bd2c42802e3f212cb6bc5b5d81005 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Mon, 15 Dec 2025 13:43:48 -0700 Subject: [PATCH] fix noctalia config --- home-manager/modules/ezpcusr.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/home-manager/modules/ezpcusr.nix b/home-manager/modules/ezpcusr.nix index 7aeed9c..c653fcb 100644 --- a/home-manager/modules/ezpcusr.nix +++ b/home-manager/modules/ezpcusr.nix @@ -344,22 +344,6 @@ in { }; }; }; - colors = with config.lib.stylix.colors; { - mError = "#${base08}"; - mOnError = "#${base00}"; - mOnPrimary = "#${base00}"; - mOnSecondary = "#${base00}"; - mOnSurface = "#${base04}"; - mOnSurfaceVariant = "#${base04}"; - mOnTertiary = "#${base00}"; - mOutline = "#${base02}"; - mPrimary = "#${base0B}"; - mSecondary = "#${base0A}"; - mShadow = "#${base00}"; - mSurface = "#${base00}"; - mSurfaceVariant = "#${base01}"; - mTertiary = "#${base0D}"; - }; }; programs.librewolf.enable = true;