mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 01:25:12 -05:00
feat: added dark theme preference for gtk4
This commit is contained in:
parent
a8f3a8e3c4
commit
945f5392ca
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ in
|
|||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
};
|
||||
gtk4 = {
|
||||
extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "catppuccin-macchiato-dark-cursors";
|
||||
package = pkgs.catppuccin-cursors.macchiatoDark;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue