Updates to nix config to fix deprecation warnings
This commit is contained in:
parent
ffa9bc9e3f
commit
f667cc4c14
@ -39,6 +39,6 @@
|
||||
};
|
||||
|
||||
# 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;
|
||||
}
|
||||
|
@ -59,11 +59,7 @@
|
||||
update-all = "update-config && update-home";
|
||||
};
|
||||
|
||||
initExtraBeforeCompInit = ''
|
||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
||||
'';
|
||||
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
function .. { cd .. }
|
||||
function ... { cd ../.. }
|
||||
|
Loading…
x
Reference in New Issue
Block a user