refactor
This commit is contained in:
12
system-modules/editor.nix
Normal file
12
system-modules/editor.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }: {
|
||||
environment = {
|
||||
variables = {
|
||||
EDITOR = "hx";
|
||||
VISUAL = "hx";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
helix
|
||||
vim
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user