Franz: Use nixvim instead of custom config

This commit is contained in:
GHOSCHT 2024-12-21 17:14:14 +01:00
parent b54924fec6
commit 17e3cca037
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -6,7 +6,7 @@
in { in {
imports = [ imports = [
./global ./global
./features/coding/nvim ./features/coding/nixvim
./features/coding/tmux.nix ./features/coding/tmux.nix
]; ];