My Nix Configuration

[marvin.hardware] Enable graphics accelerated video decoding

pyrox.dev 78afa0e5 bbe26b61

verified
Changed files
+1 -1
systems
x86_64-linux
marvin
+1 -1
systems/x86_64-linux/marvin/hardware.nix
···
ckb-next.enable = false;
cpu.amd.updateMicrocode = true;
gpgSmartcards.enable = true;
-
graphics.enable = false;
+
graphics.enable = true;
};
}