Add some more laptop settings
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s

This commit is contained in:
Torjus Håkestad 2025-05-16 11:12:54 +02:00
parent 13dbacd3fc
commit f44246e29b

View File

@ -48,14 +48,19 @@
# Set time stuff
time.timeZone = "Europe/Oslo";
# Enable opengl
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiVdpau
libvdpau-va-gl
];
hardware = {
enableRedistributableFirmware = true;
enableAllFirmware = true;
# Enable opengl
graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiVdpau
libvdpau-va-gl
];
};
};
# Bluetooth stuff