dotfiles/modules/home/rsydn/desktop/themes
2025-10-24 11:08:12 +07:00
..
README.md init(release): desktop template -> desktop wip 2025-10-24 11:08:12 +07:00

Themes

Add your theme configurations here. Each theme should set:

  • GTK theme
  • Qt theme
  • Terminal colors
  • Compositor colors (if applicable)
  • Wallpapers

Example structure:

# catppuccin.nix
{ pkgs, ... }: {
  gtk.theme = {
    name = "Catppuccin-Mocha";
    package = pkgs.catppuccin-gtk;
  };

  # ... more theme settings
}