2023-09-07 08:48:42 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [ ./default.nix ];
|
2023-07-10 20:58:41 +01:00
|
|
|
programs = {
|
2023-09-07 08:48:42 +01:00
|
|
|
fish.enable = true;
|
2023-07-16 17:35:36 +01:00
|
|
|
fzf.enableFishIntegration = true;
|
2023-07-10 20:58:41 +01:00
|
|
|
keychain.enableFishIntegration = true;
|
|
|
|
starship.enableFishIntegration = true;
|
2023-03-29 15:59:39 +01:00
|
|
|
};
|
2023-03-29 15:38:01 +01:00
|
|
|
}
|