2026-03-22 21:30:03 +05:00
|
|
|
{
|
|
|
|
|
inputs = {
|
|
|
|
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
|
|
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
|
|
|
|
import-tree.url = "github:vic/import-tree";
|
2026-04-25 23:34:21 +05:00
|
|
|
# nix-wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
|
|
|
|
|
|
|
|
|
|
niri-flake = {
|
|
|
|
|
url = "github:sodiboo/niri-flake";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
};
|
2026-03-22 21:30:03 +05:00
|
|
|
|
|
|
|
|
home-manager = {
|
|
|
|
|
url = "github:nix-community/home-manager";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
nvf = {
|
|
|
|
|
url = "github:NotAShelf/nvf";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
zen-browser = {
|
|
|
|
|
url = "github:youwen5/zen-browser-flake";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2026-04-04 15:25:41 +05:00
|
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
2026-03-22 21:30:03 +05:00
|
|
|
}
|