mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-17 08:29:41 +00:00
home-manager: refactor fzf
This commit is contained in:
parent
a7ef7db50d
commit
1d811d3569
3 changed files with 30 additions and 17 deletions
|
|
@ -27,8 +27,15 @@ in
|
|||
];
|
||||
programs = {
|
||||
fd.enable = true;
|
||||
fzf.enable = true;
|
||||
tmux.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile = lib.mapAttrs' (path: _: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue