tsuki: use nix-gaming for osu
This commit is contained in:
parent
1c7aba3cc1
commit
3ccaeee322
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../home
|
../../home
|
||||||
../../home/wezterm
|
../../home/wezterm
|
||||||
|
@ -44,9 +48,9 @@
|
||||||
gamemode
|
gamemode
|
||||||
mangohud
|
mangohud
|
||||||
bottles
|
bottles
|
||||||
osu-lazer-bin
|
|
||||||
runelite
|
runelite
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||||
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
||||||
(callPackage ../../pkgs/jellyfin-rpc {})
|
(callPackage ../../pkgs/jellyfin-rpc {})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue