update ollama, add magic space, install opencode
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
{ lib, ... }: {
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
enable = true;
|
||||
|
||||
initContent = lib.mkOrder 1200 ''
|
||||
bindkey ' ' magic-space
|
||||
'';
|
||||
|
||||
enableCompletion = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user