Evie Litherland-Smith
f58fe209d8
Move bat expression to separate file to be imported by git (for delta syntax highlighting) Move gitui from tui/default.nix to git/default.nix
9 lines
143 B
Nix
9 lines
143 B
Nix
{ catppuccin-themes, ... }:
|
|
|
|
{
|
|
programs.zathura = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile catppuccin-themes.zathura;
|
|
};
|
|
}
|