7 lines
135 B
Nix
7 lines
135 B
Nix
{ ... }:
|
|
{
|
|
programs.fish.enable = true;
|
|
|
|
xdg.configFile."fish/functions/fish_prompt.fish".source = ./functions/fish_prompt.fish;
|
|
}
|