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 # provide kvantum and nord theme
home.packages = [ home.packages = [
pkgs.utterly-nord-plasma # pkgs.utterly-nord-plasma
pkgs.libsForQt5.qtstyleplugin-kvantum pkgs.libsForQt5.qtstyleplugin-kvantum
]; ];
@ -35,7 +35,7 @@ in {
profiles = { profiles = {
default = { default = {
name = "default"; name = "default";
colorScheme = "Utterly-Nord-Konsole"; # colorScheme = "Utterly-Nord-Konsole";
font = { font = {
name = "Fira Code"; name = "Fira Code";
size = 10; size = 10;
@ -74,12 +74,12 @@ in {
# #
workspace = { workspace = {
clickItemTo = "select"; clickItemTo = "select";
lookAndFeel = "Utterly-Nord"; # lookAndFeel = "Utterly-Nord";
theme = "breeze"; theme = "breeze";
colorScheme = "UtterlyNord"; # colorScheme = "UtterlyNord";
cursor = { cursor = {
theme = "Breeze"; theme = "Breeze";
size = 32; size = 24;
}; };
wallpaper = "/home/jonas/.local/share/wallpaper/nord.png"; wallpaper = "/home/jonas/.local/share/wallpaper/nord.png";
}; };