This commit is contained in:
snarmph 2026-02-18 14:34:21 +01:00
parent 65bd68a260
commit 48c5307692

View file

@ -13,7 +13,6 @@
packages.${system}.nvimConfig = pkgs.runCommand "nvim-config" {} ''
mkdir -p $out
cp -r ${self}/. $out
''
'';
};
}