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

@ -1,9 +1,7 @@
{
inputs,
lib,
root,
upkgs,
spkgs,
...
}:
{
@ -256,7 +254,6 @@
};
river-classic = {
package = spkgs.river-classic; # FIX: using spkgs version as zls is broken rn ;-;
enable = true;
};
@ -277,7 +274,7 @@
alvr = {
enable = true;
package = spkgs.alvr;
package = upkgs.alvr;
openFirewall = true;
};