diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 25310e1..04909de 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -70,6 +70,8 @@ delve ldtk libresprite + gh + btop ]; # Enable home-manager diff --git a/home/fabric/programs/nixvim.nix b/home/fabric/programs/nixvim.nix index 83bf4f3..dd63b3d 100644 --- a/home/fabric/programs/nixvim.nix +++ b/home/fabric/programs/nixvim.nix @@ -285,6 +285,8 @@ }) ''; }; + preselect = "cmp.PreselectMode.Item"; + complition.completeopt = "menu,menuone"; }; }; tmux-navigator.enable = true; diff --git a/home/fabric/programs/zsh.nix b/home/fabric/programs/zsh.nix index 914da59..cdd14fa 100644 --- a/home/fabric/programs/zsh.nix +++ b/home/fabric/programs/zsh.nix @@ -22,6 +22,12 @@ alias wails='$(go env GOPATH)/bin/wails' ''; + prezto = { + tmux = { + autoStartLocal = true; + autoStartRemote = true; + }; + }; }; oh-my-posh = { diff --git a/hosts/zion/default.nix b/hosts/zion/default.nix index 435fcfb..7745e8f 100644 --- a/hosts/zion/default.nix +++ b/hosts/zion/default.nix @@ -39,5 +39,6 @@ services.ollama = { enable = true; acceleration = "cuda"; + host = "0.0.0.0"; }; }