tangled
alpha
login
or
join now
pvsr.dev
/
nixfiles
NixOS system configurations + dotfiles via home-manager
0
fork
atom
overview
issues
pulls
pipelines
ghostty: fix theme name
pvsr.dev
3 months ago
7ab8a80b
ea9aa033
options
unified
split
Changed files
+1
-1
home-manager
ghostty.nix
+1
-1
home-manager/ghostty.nix
···
7
7
enable = true;
8
8
enableFishIntegration = false;
9
9
settings = {
10
10
-
theme = "srcery";
10
10
+
theme = "Srcery";
11
11
command = "fish";
12
12
font-family = config.local.appFont;
13
13
font-size = lib.mkDefault 15;