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
12 lines
213 B
Nix
12 lines
213 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./default.nix ];
|
|
programs = {
|
|
fish.enable = true;
|
|
fzf.enableFishIntegration = true;
|
|
keychain.enableFishIntegration = true;
|
|
starship.enableFishIntegration = true;
|
|
};
|
|
}
|