56 lines
1.4 KiB
Nix
56 lines
1.4 KiB
Nix
{
|
|
description = "im gonna cry again ;-;";
|
|
|
|
inputs = {
|
|
systems.url = "github:nix-systems/default";
|
|
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
|
|
|
home-manager = {
|
|
url = "github:nix-community/home-manager/release-25.11";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
# nt.url = "github:cry128/nt";
|
|
nt.url = "/home/me/cry/mk/nt";
|
|
|
|
cerulean = {
|
|
# url = "github:cry128/Cerulean";
|
|
url = "/home/me/cry/mk/Cerulean";
|
|
inputs = {
|
|
systems.follows = "systems";
|
|
nixpkgs.follows = "nixpkgs";
|
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
|
nt.follows = "nt";
|
|
};
|
|
};
|
|
|
|
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
|
grub2-themes = {
|
|
url = "github:vinceliuice/grub2-themes";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
nixcord = {
|
|
url = "github:FlameFlag/nixcord";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
dobutterfliescry-net = {
|
|
url = "git+https://forge.dobutterfliescry.net/cry/site";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
|
systems.follows = "systems";
|
|
};
|
|
};
|
|
};
|
|
|
|
nixConfig = {
|
|
extra-experimental-features = "pipe-operators";
|
|
};
|
|
|
|
outputs = inputs:
|
|
import ./snow.nix inputs;
|
|
}
|