add ordio laptop

This commit is contained in:
2025-07-01 13:35:48 +02:00
parent f50908d358
commit a31c089055

13
hosts/ordio.nix Normal file
View File

@@ -0,0 +1,13 @@
{
username = "nicco";
hostName = "ordio";
platform = "aarch64-darwin";
extras = {
casks = [
];
pkgs =
pkgs: with pkgs; [
];
};
}