nixpkgs-fmt

This commit is contained in:
Grigory Shipunov 2022-06-11 23:28:31 +02:00
parent 3924624e75
commit f422ad701c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
11 changed files with 61 additions and 32 deletions

View file

@ -62,8 +62,8 @@
ls = "exa";
ll = "exa -l";
l = "exa -al";
ssh="TERM=xterm-256color ssh";
mutt="neomutt";
ssh = "TERM=xterm-256color ssh";
mutt = "neomutt";
};
users.defaultUserShell = pkgs.zsh;
@ -75,10 +75,10 @@
bindkey -e
'';
promptInit = ''
source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt
if [[ -n "$IN_NIX_SHELL" ]]; then
prompt_tag "(nix-shell)"
fi
source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt
if [[ -n "$IN_NIX_SHELL" ]]; then
prompt_tag "(nix-shell)"
fi
'';
};