Temporarily remove neovide

This commit is contained in:
DashieTM 2024-11-17 13:41:10 +01:00
parent 10e362af18
commit 05e3b8b222
5 changed files with 24 additions and 12 deletions

View file

@ -451,7 +451,8 @@
home.packages =
with pkgs;
[
(lib.mkIf config.mods.coding.dashvim neovide)
# TODO re-enable, fucking amazing experience right now
# (lib.mkIf config.mods.coding.dashvim neovide)
(lib.mkIf config.mods.coding.jetbrains jetbrains-toolbox)
]
++ config.mods.coding.additionalPackages