{ description = "im gonna cry again ;-;"; inputs = { systems.url = "github:nix-systems/default-linux"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-master.url = "github:NixOS/nixpkgs/master"; home-manager = { url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; nt.url = "git+https://tearforge.net/cry/nt"; cerulean = { # url = "github:cry128/cerulean/bleeding"; url = "/home/me/cry/mk/cerulean"; inputs = { nt.follows = "nt"; systems.follows = "systems"; nixpkgs.follows = "nixpkgs"; }; }; grub2-themes = { url = "github:vinceliuice/grub2-themes"; inputs.nixpkgs.follows = "nixpkgs"; }; sddm-silent = { url = "github:uiriansan/SilentSDDM"; inputs.nixpkgs.follows = "nixpkgs"; }; mango = { url = "github:DreamMaoMao/mango"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprland = { # FUCK HYPRLAND # url = "github:hyprwm/Hyprland/4152ac76d0813d9d0f67d2f04653a13fa6e17433"; url = "git+https://tearforge.net/cry/Hyprland"; inputs = { nixpkgs.follows = "nixpkgs"; systems.follows = "systems"; }; }; awww = { url = "git+https://codeberg.org/LGFae/awww"; inputs.nixpkgs.follows = "nixpkgs"; }; nixcats.url = "github:BirdeeHub/nixCats-nvim"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest"; nixcord = { url = "github:FlameFlag/nixcord"; inputs.nixpkgs.follows = "nixpkgs"; }; millennium = { url = "github:SteamClientHomebrew/millennium?dir=packages/nix"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; spicetify-nix = { url = "github:Gerg-L/spicetify-nix"; inputs = { systems.follows = "systems"; nixpkgs.follows = "nixpkgs-unstable"; }; }; zen-browser = { url = "github:0xc000022070/zen-browser-flake"; inputs = { nixpkgs.follows = "nixpkgs-unstable"; home-manager.follows = "home-manager"; }; }; dobutterfliescry-net = { url = "git+https://tearforge.net/cry/site"; inputs = { nixpkgs.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs-unstable"; systems.follows = "systems"; }; }; }; nixConfig = { extra-experimental-features = "pipe-operators"; }; outputs = {cerulean, ...} @ inputs: cerulean.snow.flake inputs ./.; }