feat: ghostty module, noctalia dock, sync bar/theme config, global scroll fix
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font-family = "JetBrainsMono Nerd Font";
|
||||
font-size = 11;
|
||||
|
||||
theme = "catppuccin-mocha";
|
||||
|
||||
window-decoration = false;
|
||||
|
||||
# Disable ligatures
|
||||
font-feature = [ "-liga" "-dlig" "-calt" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user