mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium/ghostty: init
This commit is contained in:
parent
d1849a6f14
commit
c267604f54
3 changed files with 9 additions and 1 deletions
|
|
@ -177,6 +177,7 @@ in
|
|||
../homeModules/common/git.nix
|
||||
../homeModules/common/gpg.nix
|
||||
../homeModules/common/kitty.nix
|
||||
../homeModules/common/ghostty.nix
|
||||
../homeModules/common/leana.nix
|
||||
../homeModules/common/locale.nix
|
||||
../homeModules/common/lazygit.nix
|
||||
|
|
|
|||
|
|
@ -166,6 +166,13 @@
|
|||
|
||||
feh.enable = true;
|
||||
sioyek.enable = true;
|
||||
|
||||
ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
command = lib.getExe config.programs.fish.package;
|
||||
};
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
font.size = 12; # sweet spot for framework 13
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
gtk-titlebar = false;
|
||||
window-decoration = "none";
|
||||
|
||||
font-family = "Iosevka";
|
||||
font-family = "Iosevka NFM";
|
||||
font-size = 12;
|
||||
|
||||
background = "#fdf6e3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue