Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-09 14:19:14 +00:00
parent 6d3ac07511
commit 020d90f38f

View file

@ -20,6 +20,9 @@
}; };
}; };
# Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true;
# Name your host machine # Name your host machine
networking.hostName = "NixOS-VM"; networking.hostName = "NixOS-VM";