57 lines
1.6 KiB
Nix
57 lines
1.6 KiB
Nix
# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
|
|
# Use `nix run .#write-flake` to regenerate it.
|
|
{
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
|
|
|
inputs = {
|
|
agenix = {
|
|
url = "github:ryantm/agenix";
|
|
inputs = {
|
|
home-manager.follows = "home-manager";
|
|
nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
aghpb = {
|
|
url = "github:cat-milk/Anime-Girls-Holding-Programming-Books";
|
|
flake = false;
|
|
};
|
|
assets = {
|
|
url = "path:./assets";
|
|
flake = false;
|
|
};
|
|
catppuccin = {
|
|
url = "github:catppuccin/nix/release-25.11";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
flake-file.url = "github:vic/flake-file";
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
|
home-manager = {
|
|
url = "github:nix-community/home-manager/release-25.11";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
import-tree.url = "github:vic/import-tree";
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
nixvim = {
|
|
url = "github:nix-community/nixvim/nixos-25.11";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
rust-overlay = {
|
|
url = "github:oxalica/rust-overlay";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
secrets = {
|
|
url = "path:./secrets";
|
|
flake = false;
|
|
};
|
|
spicetify-nix = {
|
|
url = "github:Gerg-L/spicetify-nix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
zen-browser = {
|
|
url = "github:youwen5/zen-browser-flake";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
}
|