gui: Enable udisks2

It no longer is implicitly enabled, so it has to be enabled explicitly.
nazuna
Simon Bruder 2022-12-22 22:52:24 +01:00
parent e89cc99a11
commit e1e1ff06e0
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ lib.mkIf config.sbruder.gui.enable {
services.upower.enable = true;
services.udisks2.enable = true;
# steam (and other high quality software) still ships 32 bit binaries
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;