nix-config/flake.nix
2025-04-29 02:57:33 -04:00

59 lines
2 KiB
Nix

# Do not modify! This file is generated.
{
inputs = {
agenix.url = "github:ryantm/agenix";
catppuccin.url = "github:catppuccin/nix";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
darwin = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:LnL7/nix-darwin/master";
};
flakegen.url = "github:jorsn/flakegen";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
hyprland = {
submodules = true;
type = "git";
url = "https://github.com/hyprwm/Hyprland";
};
hyprland-plugins = {
inputs.hyprland.follows = "hyprland";
url = "github:hyprwm/hyprland-plugins";
};
hyprpanel.url = "github:ThomasCarey4/HyprPanel-NixFix";
hyprspace = {
inputs.hyprland.follows = "hyprland";
url = "github:KZDKM/Hyprspace";
};
hyprswitch.url = "github:h3rmt/hyprswitch/release";
impermanence.url = "github:nix-community/impermanence";
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
niri = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:sodiboo/niri-flake";
};
nix-colors.url = "github:Misterio77/nix-colors";
nix-index-database = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-index-database";
};
nixos-apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixvim.url = "github:pupbrained/nvim-config";
snowfall-flake = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:snowfallorg/flake";
};
snowfall-lib = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:snowfallorg/lib/dev";
};
treefmt-nix.url = "github:numtide/treefmt-nix";
wezterm.url = "github:wez/wezterm?dir=nix";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}