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
/
gui
/
anki
/
default.nix
blob: 8e5655ce77e813b4f29c4a53e871166bf00b24aa (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
anki-bin
];
}