Helix alias
This commit is contained in:
parent
6906d66fe9
commit
7dbae6094e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.bash.shellAliases = { x = "hx"; };
|
||||
programs.zsh.shellAliases = { x = "hx"; };
|
||||
home.sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
|
||||
home.packages = [
|
||||
(pkgs.makeDesktopItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue