update
This commit is contained in:
parent
506b21e430
commit
709db1985b
91 changed files with 251 additions and 212 deletions
24
home/user/gtk.nix
Normal file
24
home/user/gtk.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
cursorTheme = {
|
||||
name = "Catppuccin-Macchiato-Teal";
|
||||
package = pkgs.catppuccin-gtk;
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
gtk-cursor-theme-name=Catppuccin-Macchiato-Teal
|
||||
'';
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
gtk-cursor-theme-name=Catppuccin-Macchiato-Teal
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue