index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pc
/
software
/
multimedia
/
video
/
libva.nix
blob: d420495d8b3b6ce3a797df32075c9cda2e366c61 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
libva libva-utils
];
}