1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

exa: add aliases to nushell

This commit is contained in:
Haras 2023-10-22 00:38:07 +02:00 committed by GitHub
parent ae631b0b20
commit 4c0bcf5dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,5 +68,7 @@ with lib;
programs.fish.shellAliases = aliases;
programs.ion.shellAliases = aliases;
programs.nushell.shellAliases = aliases;
};
}