1
0
Fork 0
forked from foxora/nix

updated flake.lock, reverted zig packages to unstable, switched ereader, added nix-index

This commit is contained in:
foxora 2026-03-03 01:47:08 +00:00
parent 6827fca11c
commit 387cceeadc
6 changed files with 95 additions and 86 deletions

View file

@ -19,7 +19,7 @@
};
cerulean = {
url = "git+https://tearforge.net/cry/cerulean";
url = "git+https://tearforge.net/cry/cerulean?rev=d5211287bd3cb96078f2053488d67d557848a8f2";
inputs = {
systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
@ -56,22 +56,27 @@
url = "git+https://codeberg.org/LGFae/awww";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
zen = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
iamb = {
url = "github:ulyssa/iamb";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nixcord = {
url = "github:FlameFlag/nixcord";
inputs.nixpkgs.follows = "nixpkgs";
};
millennium = {
url = "github:trivaris/millennium?dir=packages/nix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs = {
@ -80,6 +85,11 @@
};
};
bookokrat = {
url = "github:bugzmanov/bookokrat";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs-unstable";