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
/
cli
/
meta
/
scripting
/
charmbracelet
/
default.nix
blob: e3b78df7d2dbe2abce1b0cc9949cc95e097c5b15 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
gum mods
];
}