remove unused inputs

This commit is contained in:
xunuwu 2024-06-19 12:21:31 +02:00
parent 4ae26b48df
commit 30bd03615f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 25 additions and 483 deletions

View file

@ -1,11 +1,9 @@
{
pkgs,
inputs,
lib,
...
}: {
home.packages = [
#inputs.neovim-config.packages.${pkgs.system}.neovim
inputs.small-nvim.packages.${pkgs.system}.neovim
];