Added Helix editor
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
./eza.nix
|
./eza.nix
|
||||||
./fish
|
./fish
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./helix.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./nix-output-monitor.nix
|
./nix-output-monitor.nix
|
||||||
./nushell
|
./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