dark theme

This commit is contained in:
2025-08-28 20:44:57 +02:00
parent 7eb9924b0e
commit 892358ccce
+5
View File
@@ -111,6 +111,11 @@
enableSSHSupport = true; enableSSHSupport = true;
}; };
environment.variables = {
GTK_THEME = "Adwaita:dark";
QT_QPA_PLATFORMTHEME = "gtk2";
};
system.stateVersion = "25.05"; # dont change ever system.stateVersion = "25.05"; # dont change ever
} }