Updated GTK styling
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
};
|
};
|
||||||
targets = {
|
targets = {
|
||||||
ghostty.enable = true;
|
ghostty.enable = true;
|
||||||
|
gtk.enable = true;
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profileNames = [ "eclypse" ];
|
profileNames = [ "eclypse" ];
|
||||||
@@ -40,4 +41,13 @@
|
|||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
size = 16;
|
size = 16;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
colorScheme = "dark";
|
||||||
|
iconTheme = {
|
||||||
|
name = "Adwaita";
|
||||||
|
package = pkgs.adwaita-icon-theme;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user