diff options
| -rw-r--r-- | hosts/common.nix | 3 | ||||
| -rw-r--r-- | users/common.nix | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 9311a8f..53e0226 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -226,6 +226,9 @@ pavucontrol bluetui sops + fd + ripgrep + bat ]; users.defaultUserShell = pkgs.fish; diff --git a/users/common.nix b/users/common.nix index 9f1e505..b30a808 100644 --- a/users/common.nix +++ b/users/common.nix @@ -87,7 +87,10 @@ createDirectories = true; }; - programs.yazi.enable = true; + programs.yazi = { + enable = true; + shellWrapperName = "yy"; + }; home.packages = with pkgs; [ neovim |
