diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-07 17:31:20 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-07 17:31:20 -0500 |
| commit | 21fc7bd43fa67e02e0357477086a163dca623967 (patch) | |
| tree | f39a5c619ea90e078a0134fd8f7ad0ba3ae30f53 /form | |
| parent | bbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0 (diff) | |
| download | home-21fc7bd43fa67e02e0357477086a163dca623967.tar.gz | |
repo: fix package names for nixos-unstable
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index 5d685fe..8f1be1b 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -42,7 +42,7 @@ package = config.boot.kernelPackages.nvidiaPackages.beta; }; hardware.opengl.extraPackages = with pkgs; [ - vaapiVdpau + libva-vdpau-driver ]; # services.openssh.enable = true; |