chore: remove deoxys VM server from configuration files

This commit is contained in:
uttarayan21
2025-11-12 15:20:58 +05:30
parent 1f5664502c
commit 4edb4e5535
10 changed files with 42 additions and 233 deletions

View File

@@ -3,6 +3,11 @@
programs.nixvim =
{
enable = true;
nixpkgs = {
config = {
allowUnfree = true;
};
};
}
// (import ./../../neovim {inherit pkgs;});
}