Home

helix.drv @ca81e960f7faf55a686e2d5cb24e40840e85cc3d - refs - log -
-
https://git.jolheiser.com/helix.drv.git
My Helix configuration as a Nix derivation
helix.drv / config / themes.nix
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{ pkgs }:
{
  catppuccin_frappe_transparent = {
    inherits = "catppuccin_frappe";
    "ui.background" = { };
  };
  catppuccin_latte_transparent = {
    inherits = "catppuccin_latte";
    "ui.background" = { };
  };
  catppuccin_macchiato_transparent = {
    inherits = "catppuccin_macchiato";
    "ui.background" = { };
  };
  catppuccin_mocha_transparent = {
    inherits = "catppuccin_mocha";
    "ui.background" = { };
  };
}