mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-02-10 06:52:05 +01:00
rename deprecated options
This commit is contained in:
parent
4934d38771
commit
ee8bb08f26
2 changed files with 5 additions and 4 deletions
|
@ -155,12 +155,13 @@
|
|||
]);
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
programs.steam.gamescopeSession = {
|
||||
|
|
|
@ -122,9 +122,9 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
opengl = {
|
||||
driSupport32Bit = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue