feat: Remove nix-gaming and donot install osu with nixos configuration

This commit is contained in:
ulic-youthlic 2026-06-23 02:48:48 +08:00
parent ef496004b3
commit 8a03cd98a2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 25 additions and 140 deletions

View file

@ -12,7 +12,6 @@ in
./rime-all.nix
./nixvim.nix
./doom-emacs.nix
./osu-lazer-bin.nix # typochecker: disable-line
./iosevka-serif_fixed.nix
./pkgsNoCuda.nix

View file

@ -1,6 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (inputs) nix-gaming;
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (nix-gaming.packages.${system}) osu-lazer-bin; # typochecker: disable-line
}