diff --git a/nix/home.nix b/nix/home.nix index 3b08916..5b7597c 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -71,6 +71,10 @@ recursive = true; source = ../nvim; }; + "~/.local/bin/docker".text = '' + #!/usr/bin/env bash + podman "$@" + ''; }; programs.git = {