Add 'kitty' package

main
Hektor Misplon 2025-10-05 00:37:46 +02:00
parent ee62f092e5
commit 54b228381d
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 = {