trying out television AGAIN. so far so good. also trying CodeCompanion but can't get it working. Cleaning nvim config. ghostty-bin! nice

This commit is contained in:
2026-01-08 17:29:32 -07:00
parent a500469755
commit 849c90c979
3 changed files with 21 additions and 18 deletions

View File

@@ -1,11 +1,6 @@
{ pkgs, ... }:
# Ghostty not building on my mac at the moment
let
ghostty-mock = pkgs.writeShellScriptBin "gostty-mock" ''
true
'';
in {
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
@@ -29,7 +24,7 @@ in {
programs.ghostty = {
enable = true;
installBatSyntax = false;
package = ghostty-mock;
package = pkgs.ghostty-bin;
settings = {
font-family = "Iosevka NFM";
@@ -59,7 +54,6 @@ in {
};
buffer_font_size = 16;
buffer_font_family = "Iosevka Nerd Font Mono";
# "ui_font_family": "Iosevka Nerd Font";
vim = {
enable_vim_sneak = true;
use_smartcase_find = true;