This commit is contained in:
Alejandro Angulo 2024-04-03 20:14:39 -07:00
parent a2f362c499
commit e9cce65696
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 24 additions and 30 deletions

View file

@ -1,5 +1,4 @@
{
options,
config,
lib,
pkgs,
@ -20,7 +19,7 @@ in {
aa.home.extraOptions = {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
envExtra = ''
export PATH=~/.local/bin:$PATH