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
/
cli
/
gemini
/
default.nix
blob: c76ecf7693c3a89250c81df1c2c99069bdd3fe99 (
plain
) (
blame
)
1
2
3
4
{
pkgs
,
...
}:
{
imports
=
[
./bollux
];
home
.
packages
=
with
pkgs
;
[
amfora gmni
];
}