From 852d87eeca6a71dbfc3ba4cb713fc90d04c6c7f2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 8 Aug 2022 19:27:10 +0200 Subject: nix flake update --- modules/basic-tools.nix | 7 ++----- modules/graphical.nix | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index ee970dc..05fd298 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -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 ''; }; diff --git a/modules/graphical.nix b/modules/graphical.nix index 64cd881..817fbd2 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -21,6 +21,7 @@ nextcloud-client foot qt5.qtwayland + bashmount ]; #on the desktop, we need nice fonts ^^ -- cgit v1.3.1