mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
comment
This commit is contained in:
parent
6974f6d711
commit
035a337eb1
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
{
|
||||
programs.bash = { inherit shellAliases; };
|
||||
programs.zsh = { inherit shellAliases; };
|
||||
# Until https://github.com/nix-community/home-manager/pull/3529
|
||||
programs.nushell.extraConfig =
|
||||
lib.concatStringsSep "\n" (lib.mapAttrsToList (k: v: "alias ${k} = ${v} ") shellAliases);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue