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

560
flake.lock generated

File diff suppressed because it is too large Load diff

View file

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