summaryrefslogtreecommitdiff
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
parentpipewire: enable nix-gaming low latency (diff)
downloadnixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.tar.xz
nixos-config-c4d718f10ba32577b31f47b478e5408d50ad41dc.zip
fortune: add osu!stable
-rw-r--r--flake.lock14
-rw-r--r--home/ebisu/fortune/gaming.nix3
2 files changed, 9 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index afe1a7a..d9b0a67 100644
--- a/flake.lock
+++ b/flake.lock
@@ -857,11 +857,11 @@
"umu": "umu"
},
"locked": {
- "lastModified": 1727420283,
- "narHash": "sha256-Da6aBQckH3J/HKm9AFlwNrnbEamNe+JiOFZpNlH53lE=",
+ "lastModified": 1727833150,
+ "narHash": "sha256-IzgILnjvFkpurNNnDVSwsSs2vOnPgvYm9kIic3PKnuM=",
"owner": "fufexan",
"repo": "nix-gaming",
- "rev": "615ff6f867b4dfb22cbcba106d2a80dab39a190d",
+ "rev": "24d805b445e3ec994f06fa071cf23b350b45a5f7",
"type": "github"
},
"original": {
@@ -1590,11 +1590,11 @@
},
"locked": {
"dir": "packaging/nix",
- "lastModified": 1726768365,
- "narHash": "sha256-5yQJ3krsZioC+Nim4/oaOjKp3CXFWolTFMpXnUBcYtE=",
+ "lastModified": 1727227288,
+ "narHash": "sha256-82fIhNN93zk0vmc5rltsbYJlD96AHzEFY2q1KizLP0A=",
"ref": "refs/heads/main",
- "rev": "e42043a26639cfb69d14c6945ecdebe2bb3c42fc",
- "revCount": 727,
+ "rev": "5cc1c3f23e2ecc9e03267c097e990d1702416852",
+ "revCount": 730,
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
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
];
}