diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 891e5e3..bd8f9a5 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -33,7 +33,7 @@ nixpkgs.config.allowUnfree = true; - environment.systemPackages = with pkgs; [ neovim ]; + environment.systemPackages = with pkgs; [ neovim, kitty ]; services.spice-vdagentd.enable = true; services.openssh = {