cleanup (mostly)

This commit is contained in:
twoneis 2024-01-06 12:23:27 +01:00
parent 63774580b8
commit 20c5b716ef
4 changed files with 18 additions and 15 deletions

View file

@ -5,6 +5,9 @@
networking.hostName = "surface";
# Add user to surface control group for surface linux
users.users.twoneis.extraGroups = [ "surface-control" ];
# Enable OpenGL
hardware.opengl = {
enable = true;