From b0243aa4d988ed198591039a68d4a4f6e354a5ff Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:49:43 +0100 Subject: [PATCH] add lazer --- modules/graphical/games.nix | 2 +- systems/pc/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphical/games.nix b/modules/graphical/games.nix index 954560b..372d8c3 100644 --- a/modules/graphical/games.nix +++ b/modules/graphical/games.nix @@ -53,7 +53,7 @@ in with pkgs; [ #taisei - #osu-lazer-bin + osu-lazer-bin wineWowPackages.unstableFull winetricks heroic diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index ce35b01..d9ddf08 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -80,7 +80,7 @@ ssd.enable = true; wooting.enable = true; tpm.enable = true; - #tablet.enable = true; + tablet.enable = true; }; graphical = { audio.enable = true;