42 lines
1.2 KiB
Nix
42 lines
1.2 KiB
Nix
{
|
|
description = "unexplrd's personal configuration";
|
|
|
|
inputs = {
|
|
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
|
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
|
stylix.url = "github:danth/stylix";
|
|
nixvim.url = "github:nix-community/nixvim";
|
|
lix = {
|
|
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
blueprint = {
|
|
url = "github:numtide/blueprint";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
chaotic = {
|
|
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
home-manager = {
|
|
url = "github:nix-community/home-manager";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
neve = {
|
|
url = "git+https://gitea.linerds.us/unexplrd/Neve";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
inputs.nixvim.follows = "nixvim";
|
|
};
|
|
nix-index-database = {
|
|
url = "github:nix-community/nix-index-database";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
walker = {
|
|
url = "github:abenz1267/walker";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
|
|
outputs = inputs: inputs.blueprint {inherit inputs;};
|
|
}
|