Refactor; add wine, polkit, and failed attempt at swapfile hibernation

This commit is contained in:
Lauren Lagarde 2025-03-13 22:29:22 -05:00
parent ae4a5f6886
commit 692a782a29
11 changed files with 35 additions and 44 deletions

View file

@ -1,4 +1,6 @@
{ pkgs, ... }: {
hardware.graphics.enable32Bit = true;
nixpkgs.config.packageOverrides = pkgs: {
intel-vaapi-driver = pkgs.intel-vaapi-driver.override { enableHybridCodec = true; };
};