restruct inputs + add millenium
This commit is contained in:
parent
4f88bbff96
commit
e8676e4a29
1 changed files with 37 additions and 32 deletions
69
flake.nix
69
flake.nix
|
|
@ -16,8 +16,7 @@
|
||||||
nt.url = "git+https://tearforge.net/cry/nt";
|
nt.url = "git+https://tearforge.net/cry/nt";
|
||||||
|
|
||||||
cerulean = {
|
cerulean = {
|
||||||
# url = "git+https://tearforge.net/cry/cerulean";
|
url = "github:cry128/cerulean/bleeding";
|
||||||
url = "/home/me/cry/mk/cerulean";
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nt.follows = "nt";
|
nt.follows = "nt";
|
||||||
systems.follows = "systems";
|
systems.follows = "systems";
|
||||||
|
|
@ -25,36 +24,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dobutterfliescry-net = {
|
|
||||||
url = "git+https://tearforge.net/cry/site";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
|
||||||
systems.follows = "systems";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hyprland = {
|
|
||||||
url = "github:hyprwm/Hyprland";
|
|
||||||
inputs = {
|
|
||||||
# nixpkgs.follows = "nixpkgs";
|
|
||||||
# systems.follows = "systems";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
awww = {
|
|
||||||
url = "git+https://codeberg.org/LGFae/awww";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
|
||||||
|
|
||||||
nixcord = {
|
|
||||||
url = "github:FlameFlag/nixcord";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
nixcats.url = "github:BirdeeHub/nixCats-nvim";
|
|
||||||
|
|
||||||
grub2-themes = {
|
grub2-themes = {
|
||||||
url = "github:vinceliuice/grub2-themes";
|
url = "github:vinceliuice/grub2-themes";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -70,6 +39,33 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprland = {
|
||||||
|
url = "github:hyprwm/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:trivaris/millennium?dir=packages/nix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
|
};
|
||||||
|
|
||||||
spicetify-nix = {
|
spicetify-nix = {
|
||||||
url = "github:Gerg-L/spicetify-nix";
|
url = "github:Gerg-L/spicetify-nix";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
@ -77,6 +73,15 @@
|
||||||
nixpkgs.follows = "nixpkgs-unstable";
|
nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dobutterfliescry-net = {
|
||||||
|
url = "git+https://tearforge.net/cry/site";
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||||
|
systems.follows = "systems";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue