273 current 1970-01-01 01:00:00 23.11.20240405.72da83d 6.1.84 *

This commit is contained in:
Max Känner 2024-04-07 12:14:19 +02:00
parent 8db057bc42
commit a0b5f5b5c4

View File

@ -21,6 +21,15 @@
inputs.home-manager.nixosModules.default
];
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
libvdpau-va-gl
libvdpau
libva
];
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;