theme
This commit is contained in:
@@ -5,29 +5,6 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
# # Pull from global theme options
|
||||
# themeSize = "standard"; # "standard" | "compact"
|
||||
# themeAccent = "default"; # "default" | ... | "all"
|
||||
# themeTweak = "normal"; # "normal" | "rimless" | "float" | "black"
|
||||
# themeColor = "dark"; # "light" | "dark"
|
||||
# iconThemeVariant = "default"; # "default" | ... | "all"
|
||||
# iconScheme = "nord"; # "default" | "nord" | "dracula" | ...
|
||||
|
||||
# # GTK
|
||||
# gtkTheme = "Colloid-dark-standard";
|
||||
# gtkThemePkg = pkgs.colloid-gtk-theme.override {
|
||||
# sizeVariants = [ themeSize ];
|
||||
# colorVariants = [ themeColor ];
|
||||
# themeVariants = [ themeAccent ];
|
||||
# tweaks = [ themeTweak ];
|
||||
# };
|
||||
|
||||
# # Icons
|
||||
# iconTheme = "Colloid-nord-dark";
|
||||
# iconThemePkg = pkgs.colloid-icon-theme.override {
|
||||
# schemeVariants = [ iconScheme ];
|
||||
# colorVariants = [ iconThemeVariant ];
|
||||
# };
|
||||
isDarwin = system == "aarch64-darwin";
|
||||
in
|
||||
{
|
||||
@@ -100,15 +77,8 @@ in
|
||||
enable = false;
|
||||
useWallpaper = false;
|
||||
};
|
||||
kde.enable = false;
|
||||
# Disable Stylix Qt theming (qt6ct/qt5ct + kvantum). When enabled, Stylix
|
||||
# sets QT_STYLE_OVERRIDE=kvantum and writes qt6ct/qt5ct configs with
|
||||
# style=kvantum. Plasma's plasmashell/KWin crash with a fatal
|
||||
# "module kvantum is not installed" QML error because the kvantum Qt style
|
||||
# plugin is not available. The Plasma home module sets widgetStyle=Breeze
|
||||
# to counteract this, but disabling the source of the problem here is
|
||||
# simpler and avoids the issue for all desktops.
|
||||
qt.enable = false;
|
||||
kde.enable = true;
|
||||
qt.enable = true;
|
||||
firefox = {
|
||||
enable = false;
|
||||
profileNames = [
|
||||
|
||||
Reference in New Issue
Block a user