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:
parent
beb0b09967
commit
72c6763508
4 changed files with 6 additions and 10 deletions
10
flake.lock
generated
10
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "Open Sans 10";
|
||||
scrollbar = false;
|
||||
terminal = "kitty";
|
||||
#theme = builtins.fetchUrl {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue