This commit is contained in:
Tasia Iso 2024-04-23 18:26:19 +02:00
parent fa4c14e5e9
commit d26a483e3c
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 9 additions and 0 deletions

View file

@ -68,6 +68,8 @@
# Nvidia drivers # Nvidia drivers
"nvidia-x11" "nvidia-x11"
"nvidia-settings" "nvidia-settings"
"osu-lazer-bin-2024.412.1"
"osu-lazer-bin"
]; ];
}; };

View file

@ -23,6 +23,9 @@
## TAILS USB ## TAILS USB
allow id 346d:5678 serial "FC081FF86A47A" name "Disk 20" allow id 346d:5678 serial "FC081FF86A47A" name "Disk 20"
# Peripherals
allow id 046d:c08b serial "178D316C3832" name "G502 HERO Gaming Mouse"
''; '';
}; };
} }

View file

@ -57,6 +57,7 @@
atool atool
httpie httpie
cowsay cowsay
stress
]; ];
# The state version is required and should stay at the version you # The state version is required and should stay at the version you

View file

@ -57,6 +57,7 @@ in {
}; };
}; };
# Nvidia GPU
hardware.nvidia.prime = { hardware.nvidia.prime = {
intelBusId = "PCI:1:0:0"; intelBusId = "PCI:1:0:0";
nvidiaBusId = "PCI:0:2:0"; nvidiaBusId = "PCI:0:2:0";
@ -84,6 +85,8 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tildefriends tildefriends
osu-lazer-bin
]; ];
services.blueman.enable = true; services.blueman.enable = true;