From 4cc84a623d1d309047d579f4537e6a4934e98bd3 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 5 Mar 2026 18:57:09 +0100 Subject: [PATCH] osu --- modules/gaming/sys/osu.nix | 7 +++++++ modules/hosts/computer-mo/imports.nix | 1 + 2 files changed, 8 insertions(+) create mode 100644 modules/gaming/sys/osu.nix diff --git a/modules/gaming/sys/osu.nix b/modules/gaming/sys/osu.nix new file mode 100644 index 0000000..bddc75a --- /dev/null +++ b/modules/gaming/sys/osu.nix @@ -0,0 +1,7 @@ +{ ... }: { + flake.nixosModules.gaming-sys-osu = { pkgs, ... }: { + environment.systemPackages = with pkgs; [ + osu-lazer-bin + ]; + }; +} diff --git a/modules/hosts/computer-mo/imports.nix b/modules/hosts/computer-mo/imports.nix index f18c0ac..08af7e1 100644 --- a/modules/hosts/computer-mo/imports.nix +++ b/modules/hosts/computer-mo/imports.nix @@ -11,6 +11,7 @@ gaming-sys-controller gaming-sys-lact gaming-sys-nexusmods + gaming-sys-osu gaming-sys-steam gnome-sys-gdm gnome-sys-gdm-mo