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 = ''