HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
old
nix-config
/
home
/
base
/
core
/
editors
/
helix
/
default.nix
Top
1
{
.
.
.
}:
{
2
programs
.
helix
=
{
3
enable
=
true
;
4
}
;
5
}