mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Disable stable mesa specialisation on omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
a6c1a424ef
commit
91675272a2
|
@ -64,7 +64,10 @@ in {
|
|||
|
||||
hardware.tuxedo-keyboard.enable = true;
|
||||
|
||||
chaotic.mesa-git.enable = true;
|
||||
chaotic.mesa-git = {
|
||||
enable = true;
|
||||
fallbackSpecialisation = false;
|
||||
};
|
||||
|
||||
specialisation.nvidia.configuration = {
|
||||
environment.variables.NIXOS_SPECIALISATION = "nvidia";
|
||||
|
|
Loading…
Reference in a new issue