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
/
yaml.nix
blob: 468ab458898c8225c8ee6cf8ab717eaadfa6451f (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
yamllint yamlfix yamlfmt
];
}