improvements
This commit is contained in:
parent
3ab713a5b3
commit
4bc84394c4
23 changed files with 289 additions and 74 deletions
15
common/helix.nix
Normal file
15
common/helix.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
package = pkgs.helix;
|
||||
in {
|
||||
environment = {
|
||||
systemPackages = [package];
|
||||
variables = {
|
||||
EDITOR = lib.getExe package;
|
||||
VISUAL = lib.getExe package;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue