mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +00:00
Alias x to hx
This commit is contained in:
parent
4ca767342c
commit
78d0dc3361
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
(homeConfiguration [ "nixos" "root" ] {
|
(homeConfiguration [ "nixos" "root" ] {
|
||||||
programs.nushell.environmentVariables.EDITOR = "hx";
|
programs.nushell.environmentVariables.EDITOR = "hx";
|
||||||
|
programs.nushell.shellAliases.x = "hx";
|
||||||
|
|
||||||
programs.helix = enabled {
|
programs.helix = enabled {
|
||||||
settings.theme = "gruvbox_dark_hard";
|
settings.theme = "gruvbox_dark_hard";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue