2023-07-24 13:27:05 +01:00
|
|
|
{tokyonight, ...}: {
|
2023-07-16 17:35:36 +01:00
|
|
|
imports = [./default.nix];
|
2023-07-10 20:58:41 +01:00
|
|
|
programs = {
|
|
|
|
fish = {
|
|
|
|
enable = true;
|
|
|
|
plugins = [
|
|
|
|
{
|
|
|
|
name = "tokyonight";
|
2023-07-24 13:27:05 +01:00
|
|
|
src = "${tokyonight}/extras/fish/tokyonight_night.fish";
|
2023-07-10 20:58:41 +01:00
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
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
|
|
|
}
|