fix noctalia config

This commit is contained in:
notgne2 2025-12-15 13:43:48 -07:00
parent d357781da1
commit f1cbdb2734
No known key found for this signature in database

View file

@ -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;