mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
home/ghostty: depend on iosevka font
This commit is contained in:
parent
c1789f2191
commit
6a4748c9d0
1 changed files with 46 additions and 31 deletions
|
|
@ -1,4 +1,18 @@
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
cfg = config.programs.ghostty;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
config = lib.mkIf cfg.enable {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.nerd-fonts.iosevka
|
||||||
|
];
|
||||||
|
|
||||||
programs.ghostty.settings = {
|
programs.ghostty.settings = {
|
||||||
gtk-titlebar = false;
|
gtk-titlebar = false;
|
||||||
window-decoration = "none";
|
window-decoration = "none";
|
||||||
|
|
@ -30,8 +44,9 @@
|
||||||
confirm-close-surface = false;
|
confirm-close-surface = false;
|
||||||
|
|
||||||
keybind = [
|
keybind = [
|
||||||
"ctrl+shift+==increase_font_size:0.5"
|
"ctrl+shift+==increase_font_size:1"
|
||||||
"ctrl+-=decrease_font_size:0.5"
|
"ctrl+-=decrease_font_size:1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue