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
/
core
/
nix
/
development
/
formatting.nix
blob: f543d06f5355e02a9808e60768f6858a0320138a (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
alejandra nixfmt-rfc-style
];
}