chore: update flake.lock and adjust configurations

- Updated flake.lock dependencies to latest commits and versions.
- Disabled Neovim in cli-apps for aarch64-darwin user config.
- Commented out unused and redundant settings in overlays and Neovim module.
This commit is contained in:
Harald Hoyer 2025-05-09 15:01:51 +02:00
parent f731fa5ec1
commit 12e2bb7521
4 changed files with 34 additions and 33 deletions

View file

@ -1,8 +1,7 @@
{
lib,
config,
pkgs,
...
{ lib
, config
, pkgs
, ...
}:
let
@ -184,7 +183,7 @@ in
};
vim.ui = {
fastaction.enable = true;
#fastaction.enable = true;
borders.enable = true;
noice.enable = true;
colorizer.enable = true;