Add 'kitty' package

Hektor Misplon 2025-10-05 00:37:46 +02:00
parent 369c4a4502
commit 249e0758dc
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ neovim ];
environment.systemPackages = with pkgs; [
neovim
kitty
];
services.spice-vdagentd.enable = true;
services.openssh = {