Updates to nix config to fix deprecation warnings

This commit is contained in:
Random936 2025-07-21 11:02:59 -07:00
parent ffa9bc9e3f
commit f667cc4c14
2 changed files with 2 additions and 6 deletions

View File

@ -39,6 +39,6 @@
}; };
# Install comma # Install comma
imports = [ inputs.nix-index-database.hmModules.nix-index ]; imports = [ inputs.nix-index-database.homeModules.nix-index ];
programs.nix-index-database.comma.enable = true; programs.nix-index-database.comma.enable = true;
} }

View File

@ -59,11 +59,7 @@
update-all = "update-config && update-home"; update-all = "update-config && update-home";
}; };
initExtraBeforeCompInit = '' initContent = ''
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
'';
initExtra = ''
export PATH=$PATH:~/.cargo/bin export PATH=$PATH:~/.cargo/bin
function .. { cd .. } function .. { cd .. }
function ... { cd ../.. } function ... { cd ../.. }