try something

This commit is contained in:
smayzy 2025-06-24 17:40:06 +02:00
parent 79a81ecf2a
commit 4e531c31ba

View File

@ -56,6 +56,7 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
GTK_THEME = "Adwaita:dark";
}; };
dconf.settings = { dconf.settings = {
@ -93,5 +94,14 @@
}; };
}; };
programs.firefox = {
enable = true;
policies = {
OverridePostfix = "no-gtk-theme";
};
};
stylix.autoEnable = false;
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }