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:
parent
f731fa5ec1
commit
12e2bb7521
4 changed files with 34 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue