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