chore: remove deoxys VM server from configuration files
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
programs.nixvim =
|
||||
{
|
||||
enable = true;
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
// (import ./../../neovim {inherit pkgs;});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user