whole lotta everythin

This commit is contained in:
k3t
2026-04-04 11:10:04 -06:00
parent 5fe54fe3da
commit f0c9fdef40
9 changed files with 227 additions and 48 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ config, pkgs, ... }: {
gtk = {
enable = true;
colorScheme = "dark";
@@ -17,6 +17,7 @@
gtk4 = {
enable = true;
colorScheme = "dark";
theme = config.gtk.theme;
};
};
}