Skip to content

Commit

Permalink
add ya alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pmihaly committed Jul 8, 2024
1 parent 42bca5d commit b814116
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/home-manager/yazi/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{ lib, config, ... }:
{
pkgs,
lib,
config,
...
}:

with lib;
let
Expand All @@ -19,6 +24,7 @@ in
};
};
config = mkIf cfg.enable {
programs.zsh.shellAliases.ya = "${pkgs.yazi}/bin/yazi";
programs.yazi = {
enable = true;
settings = {
Expand Down

0 comments on commit b814116

Please sign in to comment.