feat: ghostty module, noctalia dock, sync bar/theme config, global scroll fix

This commit is contained in:
2026-08-17 00:46:12 +07:00
parent 59624cad0a
commit b9aeb8bbd5
7 changed files with 98 additions and 35 deletions
+17
View File
@@ -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" ];
};
};
}