diff options
Diffstat (limited to 'common/modules')
| -rw-r--r-- | common/modules/terminal/alacritty.nix | 9 | ||||
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/common/modules/terminal/alacritty.nix b/common/modules/terminal/alacritty.nix index fa7e32c..57ff494 100644 --- a/common/modules/terminal/alacritty.nix +++ b/common/modules/terminal/alacritty.nix @@ -10,9 +10,6 @@ in programs.alacritty = { enable = true; settings = { - cursor = { - thickness = 0.0; - }; colors = { draw_bold_text_with_bright_colors = cfg.font.bright_color_is_bold; @@ -36,15 +33,11 @@ in [ "~/.config/alacritty/themes/noctalia.toml" ]; }; window = { - dynamic_padding = true; + dynamic_padding = false; padding = { y = cfg.window.padding-y; x = cfg.window.padding-x; }; - # dimensions = { - # lines = 75; - # columns = 100; - # }; }; font = { normal.family = cfg.font.family; diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 4ca4384..a53a74f 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -9,6 +9,7 @@ in config = lib.mkIf cfg.ghostty { programs.ghostty = { enable = true; + systemd.enable = false; enableFishIntegration = true; settings = { theme = |
