From 4177f612e5a96026826bd1a37455c9ddda855be6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 11 Dec 2025 13:21:05 +0100 Subject: [PATCH] uses new config on dnsc-work --- home/darwin-work.nix | 3 ++- hosts/dnsc-work/default.nix | 1 + modules/ghostty/default.nix | 2 +- modules/homebrew/default.nix | 4 ---- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/home/darwin-work.nix b/home/darwin-work.nix index c18fc94..89c2e6d 100644 --- a/home/darwin-work.nix +++ b/home/darwin-work.nix @@ -17,7 +17,8 @@ ../modules/git ../modules/zoxide ../modules/fish - ../modules/wezterm + ../modules/ghostty + ../modules/zellij ../modules/nvim ../modules/lazygit ]; diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 0bd3044..bbf7caa 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -30,6 +30,7 @@ environment.systemPackages = with pkgs; [ circumflex gh + fnm zellij zellij-switch # rsync diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index ea20af4..7291021 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,7 +4,7 @@ enableFishIntegration = true; package = null; settings = { - font-size = 17; + font-size = 18; font-family = "Victor Mono"; font-style = "SemiBold"; background-opacity = 0.945; diff --git a/modules/homebrew/default.nix b/modules/homebrew/default.nix index db33b15..afcd93f 100644 --- a/modules/homebrew/default.nix +++ b/modules/homebrew/default.nix @@ -15,10 +15,6 @@ cleanup = "zap"; }; - taps = [ - "homebrew/services" - ]; - brews = [ "go" "mas"