Add podman-desktop to brew.nix

This commit is contained in:
Dave Gallant
2023-09-22 11:12:14 -04:00
parent 8a918480da
commit d4d0060da7

View File

@@ -29,6 +29,7 @@ in {
"netdata" "netdata"
"node" "node"
"podman" "podman"
"podman-compose"
]; ];
casks = [ casks = [
@@ -37,9 +38,10 @@ in {
"font-hack-nerd-font" "font-hack-nerd-font"
"karabiner-elements" "karabiner-elements"
"lulu" "lulu"
"raycast"
"notunes" "notunes"
"podman-desktop"
"postman" "postman"
"raycast"
"rectangle" "rectangle"
"stats" "stats"
"visual-studio-code" "visual-studio-code"