Move ghostty configuration
This commit is contained in:
parent
3b2ffa783c
commit
6154af49b7
17
ghostty/config
Normal file
17
ghostty/config
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
adjust-cell-height = 25%
|
||||||
|
|
||||||
|
background = #000000
|
||||||
|
|
||||||
|
cursor-style-blink = false
|
||||||
|
|
||||||
|
# Disable ligatures.
|
||||||
|
font-feature = -calt
|
||||||
|
font-feature = -liga
|
||||||
|
font-feature = -dlig
|
||||||
|
|
||||||
|
font-size = 15
|
||||||
|
|
||||||
|
window-decoration = false
|
||||||
|
|
||||||
|
window-padding-x = 10
|
||||||
|
window-padding-y = 10
|
|
@ -2,6 +2,7 @@
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
|
self,
|
||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -19,20 +20,6 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ pkgs-master.ghostty ];
|
home.packages = [ pkgs-master.ghostty ];
|
||||||
|
|
||||||
xdg.configFile."ghostty/config".text = ''
|
xdg.configFile."ghostty/config".source = "${self}/ghostty/config";
|
||||||
background = #000000
|
|
||||||
|
|
||||||
# Disable ligatures.
|
|
||||||
font-feature = -calt
|
|
||||||
font-feature = -liga
|
|
||||||
font-feature = -dlig
|
|
||||||
|
|
||||||
font-size = 15
|
|
||||||
|
|
||||||
window-decoration = false
|
|
||||||
|
|
||||||
window-padding-x = 10
|
|
||||||
window-padding-y = 10
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue