This commit is contained in:
zastian-dev
2026-01-22 14:54:14 +00:00
parent 08d9999722
commit 805aaa789c
6 changed files with 22 additions and 20 deletions

View File

@@ -18,10 +18,10 @@
home.homeDirectory = "/home/mrfluffy";
# User-specific GTK theme
gtk.gtk3 = {
theme = {
name = "adw-gtk3";
package = pkgs.adw-gtk3;
};
};
#gtk.gtk3 = {
# theme = {
# name = "adw-gtk3";
# package = pkgs.adw-gtk3;
# };
#};
}