Switched to unstable nixos

This commit is contained in:
Random936
2024-09-23 16:58:08 -07:00
parent cc11a81c03
commit 60bbd91f3d
4 changed files with 14 additions and 15 deletions

View File

@@ -43,10 +43,9 @@
environment.variables.GDK_SCALE = "0.5";
# Install OpenGL
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
# Ignore laptop lid closing when connected to power.