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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user