Files
nixos/Droidnix/generated/out_of_tree/machines/traveldroid/gtk.nix
T
2026-03-16 11:23:39 +00:00

11 lines
233 B
Nix

{ pkgs, inputs, ... }:
{
# enable the catppuccin theme for everything with mocha + blue accents
catppuccin.enable = true;
catppuccin.flavor = "mocha";
catppuccin.accent = "blue";
#SEE SESSIONS.NIX FOR SESSION VARIABLES
}