flake.nix: update & add inputs
This commit is contained in:
parent
6c347fc0a3
commit
7eea9b1bb4
2 changed files with 349 additions and 216 deletions
560
flake.lock
generated
560
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue