flake: fixes for recent input bump

- removed mongodb-compass (unnecessary)
- removed packwiz
- removed discover-overlay
- removed rofi.scrollbar option
- use zdharma-continuum as upstream zdharma is no longer available
This commit is contained in:
LavaDesu 2021-11-01 23:12:01 +07:00
parent beb0b09967
commit 72c6763508
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 6 additions and 10 deletions

View file

@ -16,7 +16,7 @@
# zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; };
fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; };
fast-syntax-highlighting = { url = "github:zdharma-continuum/fast-syntax-highlighting"; flake = false; };
pure = { url = "github:sindresorhus/pure"; flake = false; };
# overlays