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];
|
home.packages = [pkgs.vivid];
|
||||||
programs = {
|
programs = {
|
||||||
fd.enable = true;
|
fd.enable = true;
|
||||||
fzf = {
|
fzf.enable = true;
|
||||||
enable = true;
|
|
||||||
enableFishIntegration = true;
|
|
||||||
};
|
|
||||||
starship = {
|
|
||||||
enableFishIntegration = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#
|
#
|
||||||
# Integration
|
# Integration
|
||||||
#
|
#
|
||||||
programs.kitty.shellIntegration.enableFishIntegration = true;
|
home.shell.enableFishIntegration = true;
|
||||||
services.gpg-agent.enableFishIntegration = true;
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Scripts and functions
|
# Scripts and functions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue