feat: Remove nix-gaming and donot install osu with nixos configuration
This commit is contained in:
parent
ef496004b3
commit
8a03cd98a2
5 changed files with 25 additions and 140 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue