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