Home Gen513 @ 2025-05-03-18:55 by jonas@comfy-station
This commit is contained in:
@@ -19,14 +19,14 @@ in {
|
||||
};
|
||||
|
||||
# Use kvantum-theme
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
};
|
||||
# home.sessionVariables = {
|
||||
# QT_STYLE_OVERRIDE = "kvantum";
|
||||
# };
|
||||
|
||||
# provide kvantum and nord theme
|
||||
home.packages = [
|
||||
# pkgs.utterly-nord-plasma
|
||||
pkgs.libsForQt5.qtstyleplugin-kvantum
|
||||
pkgs.layan-kde
|
||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||
];
|
||||
|
||||
programs.konsole = {
|
||||
@@ -46,7 +46,7 @@ in {
|
||||
|
||||
# use kvantum theme
|
||||
qt.enable = true;
|
||||
qt.style.name = "kvantum";
|
||||
qt.style.name = "layan";
|
||||
|
||||
# add nord like gtk theme
|
||||
gtk = {
|
||||
@@ -74,7 +74,7 @@ in {
|
||||
#
|
||||
workspace = {
|
||||
clickItemTo = "select";
|
||||
# lookAndFeel = "Utterly-Nord";
|
||||
lookAndFeel = "com.github.vinceliuice.Layan";
|
||||
theme = "breeze";
|
||||
# colorScheme = "UtterlyNord";
|
||||
cursor = {
|
||||
|
||||
Reference in New Issue
Block a user