my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: format

willow ebf65576 7e81c042

+2 -1
+2 -1
modules/shared/home/programs/gui/terminals/ghostty.nix
··· 9 9 in { 10 10 # ghostty is broken on darwin 11 11 config = lib.mkIf (cfg.gui.enable 12 - && cfg.categories.core.enable && !pkgs.stdenv.hostPlatform.isDarwin) { 12 + && cfg.categories.core.enable 13 + && !pkgs.stdenv.hostPlatform.isDarwin) { 13 14 programs.ghostty = { 14 15 enable = false; 15 16 enableBashIntegration = config.programs.bash.enable;