NixOS system configurations + dotfiles via home-manager

ghostty: fix theme name

Changed files
+1 -1
home-manager
+1 -1
home-manager/ghostty.nix
··· 7 7 enable = true; 8 8 enableFishIntegration = false; 9 9 settings = { 10 - theme = "srcery"; 10 + theme = "Srcery"; 11 11 command = "fish"; 12 12 font-family = config.local.appFont; 13 13 font-size = lib.mkDefault 15;