Home Gen513 @ 2025-05-03-18:55 by jonas@comfy-station

This commit is contained in:
Jonas Röger 2025-05-03 18:55:20 +02:00
parent ba6dec9ea5
commit 842c03c124

View File

@ -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";
};