theme
This commit is contained in:
@@ -25,21 +25,21 @@ in
|
|||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
workspace = {
|
# workspace = {
|
||||||
colorScheme = "BreezeDark";
|
# colorScheme = "BreezeDark";
|
||||||
cursor = {
|
# cursor = {
|
||||||
theme = "breeze_cursors";
|
# theme = "breeze_cursors";
|
||||||
size = 24;
|
# size = 24;
|
||||||
};
|
# };
|
||||||
iconTheme = "breeze-dark";
|
# iconTheme = "breeze-dark";
|
||||||
theme = "breeze-dark";
|
# theme = "breeze-dark";
|
||||||
lookAndFeel = "org.kde.breezedark.desktop";
|
# lookAndFeel = "org.kde.breezedark.desktop";
|
||||||
# Explicitly set Breeze to prevent QT_STYLE_OVERRIDE=kvantum (set by
|
# # Explicitly set Breeze to prevent QT_STYLE_OVERRIDE=kvantum (set by
|
||||||
# Stylix's qt6ct target) from being picked up by KWin/plasmashell, which
|
# # Stylix's qt6ct target) from being picked up by KWin/plasmashell, which
|
||||||
# would cause a fatal "module kvantum is not installed" QML error and
|
# # would cause a fatal "module kvantum is not installed" QML error and
|
||||||
# leave the desktop blank.
|
# # leave the desktop blank.
|
||||||
widgetStyle = "Breeze";
|
# widgetStyle = "Breeze";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# input.mice and input.touchpads require device-specific vendorId/productId
|
# input.mice and input.touchpads require device-specific vendorId/productId
|
||||||
# identifiers — configure those per-host in the home config instead.
|
# identifiers — configure those per-host in the home config instead.
|
||||||
|
|||||||
@@ -5,29 +5,6 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
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";
|
isDarwin = system == "aarch64-darwin";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@@ -100,15 +77,8 @@ in
|
|||||||
enable = false;
|
enable = false;
|
||||||
useWallpaper = false;
|
useWallpaper = false;
|
||||||
};
|
};
|
||||||
kde.enable = false;
|
kde.enable = true;
|
||||||
# Disable Stylix Qt theming (qt6ct/qt5ct + kvantum). When enabled, Stylix
|
qt.enable = true;
|
||||||
# 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;
|
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = false;
|
enable = false;
|
||||||
profileNames = [
|
profileNames = [
|
||||||
|
|||||||
Reference in New Issue
Block a user