From 842c03c12410146d98131304b8b76faec1d1ee70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 3 May 2025 18:55:20 +0200 Subject: [PATCH] Home Gen513 @ 2025-05-03-18:55 by jonas@comfy-station --- modules/home/plasma.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"; };