hosts/ni: install wezterm

This commit is contained in:
Gabriel Arazas 2022-07-16 17:25:47 +08:00
parent 63b2decb36
commit 617a02f382

View File

@ -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;