summaryrefslogtreecommitdiff
path: root/home/ebisu
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-02 22:10:55 -0700
committerFuwn <[email protected]>2024-10-02 22:10:55 -0700
commitc4d718f10ba32577b31f47b478e5408d50ad41dc (patch)
treeb7ad3852872d1b9eec33d114eec7e0ce7d198be4 /home/ebisu
parentpipewire: enable nix-gaming low latency (diff)
downloadnixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.tar.xz
nixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.zip
fortune: add osu!stable
Diffstat (limited to 'home/ebisu')
-rw-r--r--home/ebisu/fortune/gaming.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/gaming.nix b/home/ebisu/fortune/gaming.nix
index 4ca45eb..33d89db 100644
--- a/home/ebisu/fortune/gaming.nix
+++ b/home/ebisu/fortune/gaming.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
lutris
@@ -8,5 +8,6 @@
# sidequest
steam-tui
steamcmd
+ inputs.nix-gaming.packages.${pkgs.system}.osu-stable
];
}