cocktty
This commit is contained in:
parent
2d2be6b50c
commit
f35efc86d3
2 changed files with 21 additions and 0 deletions
5
modules/home/caem/development/default.nix
Normal file
5
modules/home/caem/development/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = lib.getModuleImports ./.;
|
||||||
|
}
|
16
modules/home/caem/development/ghostty.nix
Normal file
16
modules/home/caem/development/ghostty.nix
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
settings = let
|
||||||
|
literally_a_billion_million = 10000000000000;
|
||||||
|
in{
|
||||||
|
font-family = "Go Mono Nerd Font";
|
||||||
|
font-size = 12;
|
||||||
|
background-opacity = 0.95;
|
||||||
|
scrollback-limit = literally_a_billion_million;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue