added opengl to sys
This commit is contained in:
parent
33a9e5cd65
commit
536eb3facf
4 changed files with 16 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue