mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 06:19:38 +00:00
Revert "home/fish: remove fd"
fd is needed by fish.fzf, when `cat`ting current directory.
This reverts commit a9a85f16a4.
This commit is contained in:
parent
e645fcebfe
commit
2dd8b24a33
1 changed files with 2 additions and 1 deletions
|
|
@ -15,8 +15,9 @@
|
|||
pkgs.nix-output-monitor # pretty ui for shells
|
||||
];
|
||||
programs = {
|
||||
fd.enable = true;
|
||||
fzf.enable = true;
|
||||
# attempt to make color look less bad
|
||||
# fd uses LS_COLORS
|
||||
vivid = {
|
||||
enable = true;
|
||||
activeTheme = "solarized-light"; # similar to milou
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue