pwntie: remove templated neovim

This commit is contained in:
Aaron Bieber 2023-01-31 13:46:42 -07:00
parent 87328da8e6
commit 9e332f8c59
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,6 @@ in {
dconf.enable = true;
};
environment.systemPackages = with pkgs; [ neovim nixfmt jq ];
xinCI = {
user = "qbit";
enable = true;

View File

@ -43,6 +43,7 @@ in {
packages = with pkgs; [ ];
};
# neovim will overwrite my neovim!!
environment.systemPackages = with pkgs; [ neovim nixfmt jq ];
services.openssh = {