Update Flake inputs, enable opengl and add dconf to systemd packages

This commit is contained in:
Paul-Henri Froidmont 2022-04-26 14:06:30 +02:00
parent 5d016c54e3
commit 3934f5df33
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 14 additions and 10 deletions

View file

@ -40,6 +40,7 @@
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [