Fix living-room video playback lag
This commit is contained in:
parent
cb1490e8f2
commit
5daac9c71d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# i3wm
|
# i3wm
|
||||||
../../nixos/features/i3wm.nix
|
../../nixos/features/i3wm.nix
|
||||||
../../nixos/tweaks/intel_igpu_screen_tearing.nix
|
#../../nixos/tweaks/intel_igpu_screen_tearing.nix
|
||||||
|
|
||||||
# Dotspace
|
# Dotspace
|
||||||
../../secrets/dotspace.nix
|
../../secrets/dotspace.nix
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
# TODO: Composable Disko Config
|
# TODO: Composable Disko Config
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
image.modules = {
|
image.modules = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue