improvements
This commit is contained in:
parent
13fab45975
commit
ee100f5496
9 changed files with 52 additions and 56 deletions
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
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