This commit is contained in:
2025-10-27 18:28:41 +01:00
parent 4faff3fe84
commit ae6e533365
2 changed files with 16 additions and 0 deletions

15
hosts/1k5.nix Normal file
View File

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

View File

@@ -1,4 +1,5 @@
[
(import ./mac14.nix)
(import ./ordio.nix)
(import ./1k5.nix)
]