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
/
personal.nix
blob: 9dc9ebf3ff841834d6767c8ffa2c6d1b68c9d839 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
vlc-bin zoom-us
];
}