From c7e2cc532109996073fe914534e4a63f966e7bb4 Mon Sep 17 00:00:00 2001 From: Arnie Date: Sun, 5 Jan 2025 09:36:27 +0100 Subject: [PATCH] Update mac config --- devices/lcech-mac-veracode.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/devices/lcech-mac-veracode.nix b/devices/lcech-mac-veracode.nix index aace18b..849eda4 100644 --- a/devices/lcech-mac-veracode.nix +++ b/devices/lcech-mac-veracode.nix @@ -10,9 +10,6 @@ let zshSourceCommon = ../.zsh/common; in { - nixGL.packages = pkgs.nixgl; - nixGL.defaultWrapper = "nvidia"; - # Let Home Manager install and manage itself. programs.home-manager.enable = true; @@ -34,6 +31,13 @@ in nix-direnv.enable = true; }; + programs.ghostty = { + enable = true; + + installVimSyntax = true; + enableZshIntegration = true; + }; + programs.git = { enable = true; userName = "Lukas Cech"; @@ -63,6 +67,7 @@ in dirHashes = { mac = "${homedir}/.macshare"; + nix = "${homedir}/.config/nix"; }; initExtra = ''