diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index 201c477..d51100d 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -25,7 +25,7 @@ in { # provide kvantum and nord theme home.packages = [ - pkgs.utterly-nord-plasma + # pkgs.utterly-nord-plasma pkgs.libsForQt5.qtstyleplugin-kvantum ]; @@ -35,7 +35,7 @@ in { profiles = { default = { name = "default"; - colorScheme = "Utterly-Nord-Konsole"; + # colorScheme = "Utterly-Nord-Konsole"; font = { name = "Fira Code"; size = 10; @@ -74,12 +74,12 @@ in { # workspace = { clickItemTo = "select"; - lookAndFeel = "Utterly-Nord"; + # lookAndFeel = "Utterly-Nord"; theme = "breeze"; - colorScheme = "UtterlyNord"; + # colorScheme = "UtterlyNord"; cursor = { theme = "Breeze"; - size = 32; + size = 24; }; wallpaper = "/home/jonas/.local/share/wallpaper/nord.png"; };