diff options
| author | brustybee <bee@4d2.org> | 2026-03-09 18:17:15 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-09 18:17:15 +0530 |
| commit | 2ffa24693ca45a88c4d874b6c06cbf9ebe3a0e36 (patch) | |
| tree | 0ec4c11504e1c4c7f506f3ee8afa58a612ec00ae | |
| parent | cb81e151e519ec44439b9fd8480890df65fc48ea (diff) | |
Add modern rust alternatives and shellWrapperName to silence warning
| -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 |
