2026-01-07 14:32:28 -05:00
|
|
|
{
|
|
|
|
|
description = "release the dea files";
|
|
|
|
|
|
|
|
|
|
inputs = {
|
2026-03-07 13:08:30 +10:00
|
|
|
systems.url = "github:nix-systems/default-linux";
|
|
|
|
|
|
|
|
|
|
nixpkgs.url = "github:NixOS/nixpkgs";
|
|
|
|
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
|
|
|
|
home-manager-unstable.url = "github:nix-community/home-manager";
|
|
|
|
|
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
|
|
|
|
|
|
cerulean.url = "github:cry128/cerulean";
|
|
|
|
|
cerulean.inputs.systems.follows = "systems";
|
|
|
|
|
cerulean.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
|
|
2026-01-09 16:09:39 -05:00
|
|
|
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
2026-02-19 13:46:23 -05:00
|
|
|
nixcats.url = "github:BirdeeHub/nixCats-nvim";
|
2026-02-05 23:02:49 -05:00
|
|
|
|
2026-01-21 23:16:23 -05:00
|
|
|
plasma-manager = {
|
|
|
|
|
url = "github:nix-community/plasma-manager";
|
2026-03-07 13:08:30 +10:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
|
inputs.home-manager.follows = "home-manager-unstable";
|
2026-01-21 23:16:23 -05:00
|
|
|
};
|
2026-01-07 14:32:28 -05:00
|
|
|
|
2026-03-07 13:08:30 +10:00
|
|
|
millennium = {
|
|
|
|
|
url = "github:SteamClientHomebrew/millennium?dir=packages/nix";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
2026-01-07 14:32:28 -05:00
|
|
|
};
|
2026-03-09 11:42:03 -04:00
|
|
|
|
|
|
|
|
zen-browser = {
|
|
|
|
|
url = "github:0xc000022070/zen-browser-flake";
|
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
|
inputs.home-manager.follows = "home-manager-unstable";
|
|
|
|
|
};
|
2026-03-07 13:08:30 +10:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
outputs = {cerulean, ...} @ inputs:
|
|
|
|
|
cerulean.snow.flake inputs ./.;
|
2026-01-07 14:32:28 -05:00
|
|
|
}
|