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": {
"flake": false,
"locked": {
"lastModified": 1621022231,
"narHash": "sha256-rHdOnA0Y/i/ISDlriGrGDXr5rD2nZ4T7iuG7PFUVIFQ=",
"owner": "zdharma",
"lastModified": 1635760466,
"narHash": "sha256-TeJ4dPynF5RWoaroKxWF5hxyu56k0ZibRsdbjMKqe5s=",
"owner": "zdharma-continuum",
"repo": "fast-syntax-highlighting",
"rev": "817916dfa907d179f0d46d8de355e883cf67bd97",
"rev": "9a5a4a5199e7e480009e10433d0d8c5be91f31d4",
"type": "github"
},
"original": {
"owner": "zdharma",
"owner": "zdharma-continuum",
"repo": "fast-syntax-highlighting",
"type": "github"
}

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

View file

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

View file

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