minor fix on nix-darwin

This commit is contained in:
whoami 2025-09-27 16:54:59 +01:00
parent 8b2899ca97
commit 872a2b4d4d
6 changed files with 7 additions and 7 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env pwsh
Install-Package PSFzf -Force
Install-Package CompletionPredictor -Force
git clone --depth 1 https://github.com/catppuccin/powershell.git (Join-Path $Env:PSModulePath.Split(':')[0] Catppuccin)