Compare commits

..

2 Commits

Author SHA1 Message Date
811b61e9e2 Update to current graphics acceleration setting 2024-09-07 20:06:05 -07:00
2390d55782 [boxy] Enable hardware graphics acceleration 2024-09-07 20:00:26 -07:00

View File

@@ -20,6 +20,8 @@
networking.hostName = "boxy"; # Define your hostname. networking.hostName = "boxy"; # Define your hostname.
hardware.graphics.enable = true;
# This option defines the first version of NixOS you have installed on this particular machine, # This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# #