ordio stuff and cleanup

This commit is contained in:
2025-07-02 00:11:56 +02:00
parent a4d815202e
commit 3a7470cce7
3 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
"lihaoyun6/tap/quickrecorder"
# Dev
"docker"
"docker-desktop"
"sloth"
"vscodium"
"bruno"

View File

@@ -6,6 +6,7 @@
...
}:
{
nix.enable = false;
nix.settings.experimental-features = "nix-command flakes";
# Set Git commit hash for darwin-version.

View File

@@ -6,9 +6,14 @@
extras = {
casks = [
"tableplus"
"http-toolkit"
"phpstorm"
];
pkgs =
pkgs: with pkgs; [
mkcert
dnsmasq
];
};
}