index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
users
/
fcuny
/
media.nix
blob: 342cfb4d8f9e3bd5cba4af88488abaa29d43fb0f (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
mpv ffmpeg
];
}