31 lines
1,019 B
Nix
31 lines
1,019 B
Nix
# Do not modify! This file is generated.
|
|
|
|
{
|
|
inputs = {
|
|
agenix.url = "github:ryantm/agenix";
|
|
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
|
flakegen.url = "github:jorsn/flakegen";
|
|
home-manager = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/home-manager";
|
|
};
|
|
impermanence.url = "github:nix-community/impermanence";
|
|
kwin-effects-forceblur = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:taj-ny/kwin-effects-forceblur";
|
|
};
|
|
nix-index-database = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/nix-index-database";
|
|
};
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
nixvim.url = "github:pupbrained/nixvim";
|
|
snowfall-lib = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:snowfallorg/lib/dev";
|
|
};
|
|
sops-nix.url = "github:Mic92/sops-nix";
|
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
|
};
|
|
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
|
} |