♻️ [shared] Moved Hm configs to shared base
This commit is contained in:
13
shared/base/home-manager/shell/fzf.nix
Normal file
13
shared/base/home-manager/shell/fzf.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ theme, ... }:
|
||||
|
||||
{
|
||||
catppuccin.fzf = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user