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