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
/
lsp.nix
blob: 7f7e8fc5e8dc87bc3c842bf149a94655a24b96e1 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
nil nixd
];
}