mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
kitty: better config
This commit is contained in:
parent
3aec2a1030
commit
918aad537f
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ in
|
|||
with lib;
|
||||
{
|
||||
options.luj.programs.kitty = {
|
||||
enable = mkEnableOption "Enable SwayWM";
|
||||
enable = mkEnableOption "Enable Kitty";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -16,6 +16,8 @@ with lib;
|
|||
wayland_titlebar_color = "background";
|
||||
background_opacity = "0.96";
|
||||
shell_integration = "no-cursor";
|
||||
window_padding_width = 4;
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
font = {
|
||||
name = "FiraCode Nerd Font Mono Reg";
|
||||
|
|
Loading…
Add table
Reference in a new issue