nix-config/flake.nix

35 lines
1.2 KiB
Nix
Raw Normal View History

2024-05-07 03:23:55 -04:00
# Do not modify! This file is generated.
{
inputs = {
agenix.url = "github:ryantm/agenix";
2024-05-16 02:40:39 -04:00
catppuccin.url = "github:catppuccin/nix";
2024-05-07 03:23:55 -04:00
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";
nix-index-database = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-index-database";
};
2024-05-16 02:40:39 -04:00
nix-super.url = "git+https://git.privatevoid.net/max/nix-super";
nixpkgs.url = "github:arianvp/nixpkgs/soft-reboot";
2024-05-07 03:23:55 -04:00
nixvim.url = "github:pupbrained/nixvim";
2024-05-16 02:40:39 -04:00
schizofox.url = "github:schizofox/schizofox";
snowfall-flake = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:snowfallorg/flake";
};
2024-05-07 03:23:55 -04:00
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";
2024-05-16 02:40:39 -04:00
xmonad-contrib.url = "github:xmonad/xmonad-contrib";
2024-05-07 03:23:55 -04:00
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}