This website requires JavaScript.
Explore
Help
Register
Sign In
odie
/
home-manager-flake
Archived
Watch
1
Star
0
Fork
You've already forked home-manager-flake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2024-05-02
. You can view files and clone it, but cannot push or open issues or pull requests.
75a380e25a
home-manager-flake
/
modules
/
neovim.nix
6 lines
77 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
home
=
{
packages
=
with
pkgs
;
[
neovim-ide
]
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink