Add some more laptop settings
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s
This commit is contained in:
parent
13dbacd3fc
commit
f44246e29b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user