diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 394291ac..9e143e4b 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -61,8 +61,14 @@ environment.systemPackages = with pkgs; [ # This is installed just to get Geiser to properly work. guile_3_0 + + # The preferred terminal emulator. + wezterm ]; + # This is needed for shell integration and applying semantic zones. + environment.profiles = [ pkgs.wezterm ]; + # Enable Guix service. services.guix-binary.enable = true;