Added Helix editor
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
./eza.nix
|
||||
./fish
|
||||
./git.nix
|
||||
./helix.nix
|
||||
./htop.nix
|
||||
./nix-output-monitor.nix
|
||||
./nushell
|
||||
|
||||
5
home/shell/helix.nix
Normal file
5
home/shell/helix.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user