yazi updates, misc
This commit is contained in:
parent
8e58c5c986
commit
e9c6a1a6da
12 changed files with 1270 additions and 32 deletions
10
flake.nix
10
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue