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
/
meta
/
gemini
/
default.nix
blob: a9b32ac6d741bea01d3187c7fa6ee937af479581 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
geopard
];
}