diff options
| author | Fuwn <[email protected]> | 2024-10-02 22:10:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 22:10:55 -0700 |
| commit | c4d718f10ba32577b31f47b478e5408d50ad41dc (patch) | |
| tree | b7ad3852872d1b9eec33d114eec7e0ce7d198be4 /home/ebisu | |
| parent | pipewire: enable nix-gaming low latency (diff) | |
| download | nixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.tar.xz nixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.zip | |
fortune: add osu!stable
Diffstat (limited to 'home/ebisu')
| -rw-r--r-- | home/ebisu/fortune/gaming.nix | 3 |
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 ]; } |