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
|
@ -25,7 +25,7 @@
|
|||
cli-apps = {
|
||||
bash.enable = true;
|
||||
fish.enable = true;
|
||||
neovim.enable = true;
|
||||
neovim.enable = false;
|
||||
bat.enable = true;
|
||||
starship.enable = true;
|
||||
#home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue