yazi updates, misc

This commit is contained in:
Matt Nish-Lapidus 2025-02-23 12:42:17 -05:00
parent 8e58c5c986
commit e9c6a1a6da
12 changed files with 1270 additions and 32 deletions

View file

@ -14,6 +14,11 @@
nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch
emacs-lsp-booster = {
url = "github:slotThe/emacs-lsp-booster-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
yazi = {
url = "github:sxyazi/yazi";
inputs.nixpkgs.follows = "nixpkgs";
@ -46,11 +51,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# audio = {
# url = "git+https://gt.emenel.ca/emenel/audio.nix.git";
# inputs.nixpkgs.follows = "nixpkgs";
# };
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";