nix-config/flake.nix

54 lines
1.8 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";
2024-08-15 01:59:55 -04:00
cosmic = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:lilyinstarlight/nixos-cosmic";
};
2024-07-28 21:52:06 -04:00
darwin = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:LnL7/nix-darwin/master";
};
2024-11-10 22:15:07 -05:00
determinate.url = "github:DeterminateSystems/determinate";
2024-08-13 00:59:18 -04:00
emacs.url = "git+https://git.pupbrained.xyz/pupbrained/nixmacs.git";
2024-05-07 03:23:55 -04:00
flakegen.url = "github:jorsn/flakegen";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
2024-05-28 04:08:06 -04:00
hyprland = {
submodules = true;
type = "git";
url = "https://github.com/hyprwm/Hyprland";
};
hyprland-plugins = {
inputs.hyprland.follows = "hyprland";
url = "github:hyprwm/hyprland-plugins";
};
2024-05-07 03:23:55 -04:00
impermanence.url = "github:nix-community/impermanence";
2024-05-28 04:08:06 -04:00
nix-colors.url = "github:Misterio77/nix-colors";
2024-05-07 03:23:55 -04:00
nix-index-database = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-index-database";
};
2024-10-30 12:04:46 -04:00
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
2024-05-28 04:08:06 -04:00
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
2024-07-28 02:49:27 -04:00
nixvim.url = "github:pupbrained/nvim-config";
2024-05-16 02:40:39 -04:00
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";
};
treefmt-nix.url = "github:numtide/treefmt-nix";
2024-09-28 22:03:51 -04:00
xmonad-contrib.url = "github:xmonad/xmonad-contrib";
2024-10-18 00:43:17 -04:00
zen-browser.url = "github:fufexan/zen-browser-flake";
2024-05-07 03:23:55 -04:00
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
2024-08-14 01:39:04 -04:00
}