mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 05:20:56 +01:00
personal-gui: Handle renamed options
This commit is contained in:
parent
b560d84725
commit
bc6fb8ae0f
1 changed files with 2 additions and 3 deletions
|
|
@ -79,10 +79,9 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
users.users."${config.extraInfo.username}".extraGroups = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue