fixing ghostty config
This commit is contained in:
parent
a61f4969f4
commit
6f67749808
|
@ -1,16 +1,16 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
ghostty = {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = gruvbox-material;
|
||||
cursor-style = block;
|
||||
font-family = Brass Mono;
|
||||
theme = "gruvbox-material";
|
||||
cursor-style = "block";
|
||||
font-family = "Brass Mono";
|
||||
font-size = 20;
|
||||
font-thicken = true;
|
||||
|
||||
window-decoration = none;
|
||||
window-decoration = "none";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue