s
This commit is contained in:
parent
fa4c14e5e9
commit
d26a483e3c
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue