nix-config/flake.nix

80 lines
2.6 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-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";
2025-01-15 23:11:09 -05:00
ghostty.url = "github:ghostty-org/ghostty";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
2024-12-19 00:33:27 -05:00
hypr-dynamic-cursors = {
inputs.hyprland.follows = "hyprland";
2024-12-20 11:07:59 -05:00
url = "github:VirtCode/hypr-dynamic-cursors";
2024-12-19 00:33:27 -05:00
};
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-12-23 23:59:01 -05:00
hyprpanel.url = "github:ThomasCarey4/HyprPanel-NixFix";
2024-12-19 00:33:27 -05:00
hyprspace = {
inputs.hyprland.follows = "hyprland";
url = "github:KZDKM/Hyprspace";
};
2024-05-07 03:23:55 -04:00
impermanence.url = "github:nix-community/impermanence";
2024-12-25 22:27:28 -05:00
lix = {
flake = false;
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
};
lix-module = {
inputs = {
lix.follows = "lix";
nixpkgs.follows = "nixpkgs";
};
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
};
2024-12-18 01:12:10 -05:00
niri = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:sodiboo/niri-flake";
};
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-12-20 11:07:59 -05:00
nixos-apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
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-12-18 01:12:10 -05:00
wezterm.url = "github:wez/wezterm?dir=nix";
2024-09-28 22:03:51 -04:00
xmonad-contrib.url = "github:xmonad/xmonad-contrib";
2024-12-20 11:07:59 -05:00
zen-browser.url = "github:youwen5/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
}