mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(comma): use fzf as picker
This commit is contained in:
parent
9cd5e745cd
commit
2305bad15f
2 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,11 @@ in
|
|||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
defaultOptions = [
|
||||
"--height 40%"
|
||||
"--layout reverse"
|
||||
"--border"
|
||||
];
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
CSC_IDENTITY_AUTO_DISCOVERY = "false";
|
||||
|
||||
COMMA_NIXPKGS_FLAKE = "n";
|
||||
COMMA_PICKER = "fzf";
|
||||
|
||||
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
|
||||
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue