feat: remove nvf.

This commit is contained in:
CronyAkatsuki 2025-11-07 16:16:26 +01:00
parent d1852c03e9
commit 9218a830ae
6 changed files with 5 additions and 107 deletions

View file

@ -17,12 +17,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# NVF FOR SUPER NVIM
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
# auto-cpufreq latest version, for optimizing my laptop's thermal's
auto-cpufreq = {
url = "github:AdnanHodzic/auto-cpufreq";