added opengl to sys

This commit is contained in:
ooks-io 2023-08-01 21:48:40 +12:00
parent 33a9e5cd65
commit 536eb3facf
4 changed files with 16 additions and 10 deletions

View file

@ -60,6 +60,12 @@
enable = true;
wlr.enable = true;
};
hardware = {
opengl = {
enable = true;
};
};
# gnupg
# -------------------------------------------------------------------------------------------------
@ -127,7 +133,7 @@
enable = false;
channel = "https://nixos.org/channels/nix-unstable";
};
stateVersion = "23.11";
stateVersion = "22.05";
copySystemConfiguration = false;
};
}