Files
2025-03-07 17:04:41 +09:00

7 lines
79 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zoxide
];
}