273 current 1970-01-01 01:00:00 23.11.20240405.72da83d 6.1.84 *
This commit is contained in:
parent
8db057bc42
commit
a0b5f5b5c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user