This commit is contained in:
2026-03-05 18:57:09 +01:00
parent 8ba6176caf
commit 4cc84a623d
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.gaming-sys-osu = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
osu-lazer-bin
];
};
}