Regenerated

This commit is contained in:
2026-03-25 16:58:33 +00:00
parent f85d134a18
commit 752f1228cf
2 changed files with 0 additions and 46 deletions
-23
View File
@@ -627,29 +627,6 @@ in
home-manager.users."${username}" = {
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
package = pkgs.magnetic-catppuccin-gtk;
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraConfig = {
"gtk-application-prefer-dark-theme" = 1;
};
gtk4.extraConfig = {
"gtk-application-prefer-dark-theme" = 1;
};
};
# Ensure GTK apps launched from Hyprland / terminal use dark theme
home.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
XDG_DATA_DIRS = "${pkgs.papirus-icon-theme}/share:$XDG_DATA_DIRS";
};
};
}
@@ -12,29 +12,6 @@ in
home-manager.users."${username}" = {
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
package = pkgs.magnetic-catppuccin-gtk;
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraConfig = {
"gtk-application-prefer-dark-theme" = 1;
};
gtk4.extraConfig = {
"gtk-application-prefer-dark-theme" = 1;
};
};
# Ensure GTK apps launched from Hyprland / terminal use dark theme
home.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
XDG_DATA_DIRS = "${pkgs.papirus-icon-theme}/share:$XDG_DATA_DIRS";
};
};
}