This commit is contained in:
2025-12-31 15:03:16 +02:00
parent c93c93a810
commit fa32ae5510
69 changed files with 1093 additions and 659 deletions
+11
View File
@@ -6,14 +6,17 @@
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
# TODO: unpin when refactor is fixed
dms.url = "github:AvengeMedia/DankMaterialShell/42a283";
# TODO: remove disko
disko.url = "github:nix-community/disko/latest";
ghostty.url = "github:ghostty-org/ghostty";
home-manager.url = "github:nix-community/home-manager";
hyprland.url = "github:hyprwm/Hyprland";
hyprsunset.url = "github:hyprwm/hyprsunset";
lanzaboote.url = "github:nix-community/lanzaboote";
mypackages.url = "path:/storage/git/packages-blueprint";
mysecrets.url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets";
niri-flake.url = "github:sodiboo/niri-flake";
nix-bwrapper.url = "github:Naxdy/nix-bwrapper";
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-index-database.url = "github:nix-community/nix-index-database";
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
@@ -24,8 +27,11 @@
stylix.url = "github:danth/stylix";
systems.url = "github:nix-systems/default";
vicinae.url = "github:vicinaehq/vicinae";
zen-browser.url = "github:youwen5/zen-browser-flake";
zmx.url = "github:brittonr/zmx";
helium-browser.url = "path:/storage/git/helium-browser-nix-flake";
# the absolute horror of input deduplication
blueprint.inputs.nixpkgs.follows = "nixpkgs";
blueprint.inputs.systems.follows = "systems";
chaotic.inputs.home-manager.follows = "home-manager";
@@ -45,9 +51,13 @@
hyprsunset.inputs.nixpkgs.follows = "nixpkgs";
hyprsunset.inputs.systems.follows = "hyprland/systems";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
mypackages.inputs.nixpkgs.follows = "nixpkgs";
mysecrets.flake = false;
niri-flake.inputs.nixpkgs-stable.follows = "nixpkgs-stable";
niri-flake.inputs.nixpkgs.follows = "nixpkgs";
nix-bwrapper.inputs.nixpkgs.follows = "nixpkgs";
nix-bwrapper.inputs.nuschtosSearch.inputs.nixpkgs.follows = "nixpkgs";
nix-bwrapper.inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nixos-cosmic.inputs.nixpkgs-stable.follows = "nixpkgs-stable";
nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
@@ -57,6 +67,7 @@
vicinae.inputs.nixpkgs.follows = "nixpkgs";
vicinae.inputs.systems.follows = "systems";
zmx.inputs.zig2nix.inputs.nixpkgs.follows = "nixpkgs";
helium-browser.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs: inputs.blueprint {inherit inputs;};