diff options
| author | Grigory Shipunov | 2022-08-08 19:27:10 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-08 19:27:10 +0200 |
| commit | 852d87eeca6a71dbfc3ba4cb713fc90d04c6c7f2 (patch) | |
| tree | 31245048b67335aa1ce8fb163a15ed0bbd1df055 /modules | |
| parent | 92417d10dc67c76c5878c368f00c897189faa7de (diff) | |
nix flake update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/basic-tools.nix | 7 | ||||
| -rw-r--r-- | modules/graphical.nix | 1 |
2 files changed, 3 insertions, 5 deletions
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 ^^ |
