nix-config/flake.nix
2024-12-23 23:59:01 -05:00

69 lines
2.3 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";
cosmic = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:lilyinstarlight/nixos-cosmic";
};
darwin = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:LnL7/nix-darwin/master";
};
determinate.url = "github:DeterminateSystems/determinate";
emacs.url = "git+https://git.pupbrained.xyz/pupbrained/nixmacs.git";
flakegen.url = "github:jorsn/flakegen";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
hypr-dynamic-cursors = {
inputs.hyprland.follows = "hyprland";
url = "github:VirtCode/hypr-dynamic-cursors";
};
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";
};
impermanence.url = "github:nix-community/impermanence";
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";
xmonad-contrib.url = "github:xmonad/xmonad-contrib";
zen-browser.url = "github:youwen5/zen-browser-flake";
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}