mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: simplify fish integration options
This commit is contained in:
parent
5d0a3b9537
commit
dd2f7c8c65
1 changed files with 2 additions and 9 deletions
|
|
@ -34,20 +34,13 @@ in {
|
|||
home.packages = [pkgs.vivid];
|
||||
programs = {
|
||||
fd.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
starship = {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
fzf.enable = true;
|
||||
};
|
||||
|
||||
#
|
||||
# Integration
|
||||
#
|
||||
programs.kitty.shellIntegration.enableFishIntegration = true;
|
||||
services.gpg-agent.enableFishIntegration = true;
|
||||
home.shell.enableFishIntegration = true;
|
||||
|
||||
#
|
||||
# Scripts and functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue