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
/
home
/
ebisu
/
kansai
/
development
/
languages
/
agnostic.nix
blob: 7be3d6a920882e2aa43d7809495848f6d7dd04d6 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
clang mold unused
];
}