replace: fzf w/ skim
This commit is contained in:
parent
34a7321849
commit
697fa6e1d2
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@
|
|||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
fzf = {
|
||||
skim = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
defaultCommand = "rg --files --hidden";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ in
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
session-serialization = 1;
|
||||
theme = "${colorscheme.slug}";
|
||||
themes = {
|
||||
"${colorscheme.slug}" = {
|
||||
|
|
@ -28,4 +27,5 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
# home.sessionVariable = ZELLIJ_AUTO_ATTACH = "1";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue