Still GTK looks

This commit is contained in:
2026-03-16 11:49:40 +00:00
parent 895a55953e
commit cb2300949a
72 changed files with 0 additions and 1782 deletions
-26
View File
@@ -1118,32 +1118,6 @@ This file sets up wayland
}
#+END_SRC
** =generated/out_of_tree/machines/traveldroid/gtk.nix=
This file configures gtk
#+BEGIN_SRC nix :tangle generated/out_of_tree/machines/traveldroid/gtk.nix :noweb tangle :mkdirp yes :eval never-html
{ pkgs, ... }:
{
gtk = {
enable = true;
# colorScheme = "dark";
theme = {
name = "Catppuccin-GTK-Grey-Dark-Compact";
package = (
pkgs.magnetic-catppuccin-gtk.override {
accent = [ "blue" ];
flavor = [ "mocha" ];
icon.accent = [ "blue" ];
#shade = "dark";
tweaks = [ "black" ];
size = "compact";
}
);
};
iconTheme.name = "Papirus-Dark";
};
}
#+END_SRC
** =generated/out_of_tree/machines/traveldroid/catppuccin.nix=
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
You'll notice the color values in multiple places outside this as well.