obs and steam
This commit is contained in:
parent
7eee0503d5
commit
71463342a4
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,10 @@ in {
|
||||||
cura
|
cura
|
||||||
openscad
|
openscad
|
||||||
kicad
|
kicad
|
||||||
|
|
||||||
|
steam
|
||||||
|
unstable.obs-studio
|
||||||
|
unstable.obs-v4l2sink
|
||||||
];
|
];
|
||||||
|
|
||||||
# stm32 debugger
|
# stm32 debugger
|
||||||
|
@ -24,6 +28,9 @@ in {
|
||||||
users.extraUsers.stefan.extraGroups = [ "plugdev" "dialout" ];
|
users.extraUsers.stefan.extraGroups = [ "plugdev" "dialout" ];
|
||||||
services.udev.packages = [ pkgs.openocd ];
|
services.udev.packages = [ pkgs.openocd ];
|
||||||
|
|
||||||
|
# steam dependencies
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
hardware.opengl.driSupport = true;
|
||||||
|
|
||||||
fileSystems."/mnt/nfs" = {
|
fileSystems."/mnt/nfs" = {
|
||||||
device = "10.1.20.29:/srv/nfs";
|
device = "10.1.20.29:/srv/nfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue