From d26a483e3c2d7caadf4a2c4091034ec5dc962a87 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Tue, 23 Apr 2024 18:26:19 +0200 Subject: [PATCH] s --- common/base.nix | 2 ++ common/services/usbguard.nix | 3 +++ home/tasia/home.nix | 1 + hosts/new-new-phoenix/configuration.nix | 3 +++ 4 files changed, 9 insertions(+) diff --git a/common/base.nix b/common/base.nix index eb67e4f..14a12c0 100644 --- a/common/base.nix +++ b/common/base.nix @@ -68,6 +68,8 @@ # Nvidia drivers "nvidia-x11" "nvidia-settings" + "osu-lazer-bin-2024.412.1" + "osu-lazer-bin" ]; }; diff --git a/common/services/usbguard.nix b/common/services/usbguard.nix index 23cd2e2..1c69aa1 100644 --- a/common/services/usbguard.nix +++ b/common/services/usbguard.nix @@ -23,6 +23,9 @@ ## TAILS USB allow id 346d:5678 serial "FC081FF86A47A" name "Disk 20" + + # Peripherals + allow id 046d:c08b serial "178D316C3832" name "G502 HERO Gaming Mouse" ''; }; } diff --git a/home/tasia/home.nix b/home/tasia/home.nix index afd1180..fc6521d 100644 --- a/home/tasia/home.nix +++ b/home/tasia/home.nix @@ -57,6 +57,7 @@ atool httpie cowsay + stress ]; # The state version is required and should stay at the version you diff --git a/hosts/new-new-phoenix/configuration.nix b/hosts/new-new-phoenix/configuration.nix index 97c4c69..26cb4e5 100644 --- a/hosts/new-new-phoenix/configuration.nix +++ b/hosts/new-new-phoenix/configuration.nix @@ -57,6 +57,7 @@ in { }; }; + # Nvidia GPU hardware.nvidia.prime = { intelBusId = "PCI:1:0:0"; nvidiaBusId = "PCI:0:2:0"; @@ -84,6 +85,8 @@ in { environment.systemPackages = with pkgs; [ tildefriends + + osu-lazer-bin ]; services.blueman.enable = true;