flake.nix: update & add inputs

This commit is contained in:
notohh 2025-01-22 20:11:30 -05:00
parent 6c347fc0a3
commit 7eea9b1bb4
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 349 additions and 216 deletions

File diff suppressed because it is too large Load diff

View file

@ -120,6 +120,7 @@
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
prismlauncher.url = "github:PrismLauncher/PrismLauncher";
flocon.url = "git+https://git.nezia.dev/nezia/flocon";
manga-tui.url = "github:josueBarretogit/manga-tui";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -136,5 +137,9 @@
url = "github:estin/simple-completion-language-server";
inputs.nixpkgs.follows = "nixpkgs";
};
zen = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}