mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: install wezterm
This commit is contained in:
parent
63b2decb36
commit
617a02f382
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user