ghostty config
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./desktop-packages.nix
|
./desktop-packages.nix
|
||||||
|
./ghostty.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|||||||
16
configs/ghostty.nix
Normal file
16
configs/ghostty.nix
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{ inputs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
ghostty = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = gruvbox-material;
|
||||||
|
cursor-style = block;
|
||||||
|
font-family = Brass Mono;
|
||||||
|
font-size = 20;
|
||||||
|
font-thicken = true;
|
||||||
|
|
||||||
|
window-decoration = none;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user