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

10
flake.lock generated
View file

@ -103,15 +103,15 @@
"fast-syntax-highlighting": { "fast-syntax-highlighting": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1621022231, "lastModified": 1635760466,
"narHash": "sha256-rHdOnA0Y/i/ISDlriGrGDXr5rD2nZ4T7iuG7PFUVIFQ=", "narHash": "sha256-TeJ4dPynF5RWoaroKxWF5hxyu56k0ZibRsdbjMKqe5s=",
"owner": "zdharma", "owner": "zdharma-continuum",
"repo": "fast-syntax-highlighting", "repo": "fast-syntax-highlighting",
"rev": "817916dfa907d179f0d46d8de355e883cf67bd97", "rev": "9a5a4a5199e7e480009e10433d0d8c5be91f31d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "zdharma", "owner": "zdharma-continuum",
"repo": "fast-syntax-highlighting", "repo": "fast-syntax-highlighting",
"type": "github" "type": "github"
} }

View file

@ -16,7 +16,7 @@
# zsh plugins # zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; }; zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; 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; }; pure = { url = "github:sindresorhus/pure"; flake = false; };
# overlays # overlays

View file

@ -6,7 +6,6 @@
kitty kitty
neofetch neofetch
nodejs-16_x nodejs-16_x
packwiz
pamixer pamixer
rnix-lsp rnix-lsp
transcrypt transcrypt
@ -39,7 +38,6 @@
inputs.zelk inputs.zelk
]; ];
}) })
discover-overlay
element-desktop element-desktop
feh feh
gnome.file-roller gnome.file-roller
@ -49,7 +47,6 @@
insomnia insomnia
lxappearance lxappearance
maim maim
mongodb-compass
((multimc.override { ((multimc.override {
jdk8 = adoptopenjdk-hotspot-bin-8; jdk8 = adoptopenjdk-hotspot-bin-8;
jdk = adoptopenjdk-hotspot-bin-16; jdk = adoptopenjdk-hotspot-bin-16;

View file

@ -2,7 +2,6 @@
programs.rofi = { programs.rofi = {
enable = true; enable = true;
font = "Open Sans 10"; font = "Open Sans 10";
scrollbar = false;
terminal = "kitty"; terminal = "kitty";
#theme = builtins.fetchUrl {}; #theme = builtins.fetchUrl {};
}; };