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 # Set time stuff
time.timeZone = "Europe/Oslo"; time.timeZone = "Europe/Oslo";
# Enable opengl hardware = {
hardware.graphics = { enableRedistributableFirmware = true;
enable = true; enableAllFirmware = true;
extraPackages = with pkgs; [
intel-media-driver # Enable opengl
vaapiVdpau graphics = {
libvdpau-va-gl enable = true;
]; extraPackages = with pkgs; [
intel-media-driver
vaapiVdpau
libvdpau-va-gl
];
};
}; };
# Bluetooth stuff # Bluetooth stuff