This commit is contained in:
FabricSoul 2025-02-26 19:32:57 -05:00
parent 3ff64bf72c
commit 45057cfb07
4 changed files with 11 additions and 0 deletions

View file

@ -70,6 +70,8 @@
delve
ldtk
libresprite
gh
btop
];
# Enable home-manager

View file

@ -285,6 +285,8 @@
})
'';
};
preselect = "cmp.PreselectMode.Item";
complition.completeopt = "menu,menuone";
};
};
tmux-navigator.enable = true;

View file

@ -22,6 +22,12 @@
alias wails='$(go env GOPATH)/bin/wails'
'';
prezto = {
tmux = {
autoStartLocal = true;
autoStartRemote = true;
};
};
};
oh-my-posh = {

View file

@ -39,5 +39,6 @@
services.ollama = {
enable = true;
acceleration = "cuda";
host = "0.0.0.0";
};
}