pwntie: remove templated neovim
This commit is contained in:
parent
87328da8e6
commit
9e332f8c59
@ -53,8 +53,6 @@ in {
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ neovim nixfmt jq ];
|
||||
|
||||
xinCI = {
|
||||
user = "qbit";
|
||||
enable = true;
|
||||
|
@ -43,6 +43,7 @@ in {
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
# neovim will overwrite my neovim!!
|
||||
environment.systemPackages = with pkgs; [ neovim nixfmt jq ];
|
||||
|
||||
services.openssh = {
|
||||
|
Loading…
Reference in New Issue
Block a user