Add 'kitty' package
parent
369c4a4502
commit
249e0758dc
|
@ -33,7 +33,10 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ neovim ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
neovim
|
||||||
|
kitty
|
||||||
|
];
|
||||||
|
|
||||||
services.spice-vdagentd.enable = true;
|
services.spice-vdagentd.enable = true;
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Reference in New Issue