gui: Add upower

neomutt
Simon Bruder 2021-10-10 16:32:03 +02:00
parent abe078a914
commit 0ff89a0f6f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

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