Fix deprecations and breaking changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ ... }: {
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
@@ -35,7 +35,7 @@
|
||||
GOROOT = "$HOME/go";
|
||||
PATH = "$PATH:$HOME/.cargo/bin:$GOROOT/bin:$GOPATH/bin";
|
||||
};
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
[ -f $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
source ${pkgs.antigen}/share/antigen/antigen.zsh
|
||||
# TODO: remove on NixOS
|
||||
|
Reference in New Issue
Block a user