fix(libra): Enable opengl
This commit is contained in:
parent
f2e68a728a
commit
b0638c190c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
Loading…
Reference in a new issue