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
/
applications
/
gui
/
gemini
/
default.nix
blob: 28d08de20ffcf71c35bfef10bbf106b695c15d08 (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
geopard
];
}