nix flake update
This commit is contained in:
parent
92417d10dc
commit
852d87eeca
5 changed files with 22 additions and 25 deletions
|
@ -55,10 +55,10 @@
|
|||
ll = "lsd -lah";
|
||||
lt = "lsd --tree";
|
||||
vim = "nvim";
|
||||
vi = "nvim";
|
||||
vf = "$EDITOR $(fzf)";
|
||||
vff = "$EDITOR $(ls|fzf)";
|
||||
mutt = "neomutt";
|
||||
grep = "grep --color=auto";
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
@ -70,10 +70,7 @@
|
|||
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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
nextcloud-client
|
||||
foot
|
||||
qt5.qtwayland
|
||||
bashmount
|
||||
];
|
||||
|
||||
#on the desktop, we need nice fonts ^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue