1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Alias x to hx

This commit is contained in:
RGBCube 2023-11-22 11:27:28 +03:00
parent 4ca767342c
commit 78d0dc3361
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
(homeConfiguration [ "nixos" "root" ] {
programs.nushell.environmentVariables.EDITOR = "hx";
programs.nushell.shellAliases.x = "hx";
programs.helix = enabled {
settings.theme = "gruvbox_dark_hard";