Add 'kitty' package

Hektor Misplon 2025-10-05 00:37:46 +02:00
parent 60dc9583db
commit 342cc61c08
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {