theyre ass
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
{ config, lib, ...}:
|
||||
|
||||
{
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
# Catppuccin
|
||||
catppuccin.fzf = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "lavender";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user