Put every variables in top of the file for easy copy to another config

This commit is contained in:
Hadi
2024-10-09 15:12:50 +02:00
parent 55c7c7068a
commit 0bd55fdc10
27 changed files with 298 additions and 301 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: {
{
programs.kitty = {
enable = true;
keybindings = {
@@ -21,8 +21,8 @@
disable_ligatures = "never";
url_style = "curly";
cursor_shape = "Underline";
cursor_underline_thickness = config.var.theme.border-size;
window_padding_width = config.var.theme.gaps-in;
cursor_underline_thickness = 3;
window_padding_width = 10;
};
};
}