nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 7b0696ee6d65c8b106a85e3bd93ae821ba7feafe
parent ae3d882e5620024a9c02347be6b77f1d23078285
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 16 Dec 2025 10:34:31 +0000

Firmly using alacritty for the foreseeable

Diffstat:
Dhome/ghostty.nix | 37-------------------------------------
1 file changed, 0 insertions(+), 37 deletions(-)

diff --git a/home/ghostty.nix b/home/ghostty.nix @@ -1,37 +0,0 @@ -{ - programs.ghostty = { - enable = true; - settings = { - theme = "base16-dark"; - font-size = 11; - }; - themes = - { - base16-dark = { - background = "1d1f21"; - cursor-color = "c5c8c6"; - foreground = "c5c8c6"; - palette = [ - "0=#282a2e" - "1=#a54242" - "2=#8c9440" - "3=#de935f" - "4=#5f819d" - "5=#85678f" - "6=#5e8d87" - "7=#707880" - "8=#373b41" - "9=#cc6666" - "10=#b5bd68" - "11=#f0c674" - "12=#8ae2be" - "13=#b294bb" - "14=#8abeb7" - "15=#c5c8c6" - ]; - selection-background = "353749"; - selection-foreground = "cdd6f4"; - }; - }; - }; -}