Compare commits

..

5 Commits

Author SHA1 Message Date
5708bd1509 add ordio ssh key 2025-07-01 14:19:58 +02:00
faf04c3311 add ordio config 2025-07-01 13:44:37 +02:00
a31c089055 add ordio laptop 2025-07-01 13:35:48 +02:00
f50908d358 add bambu 2025-07-01 13:35:06 +02:00
58f2f67260 raycast config 2025-07-01 13:34:59 +02:00
5 changed files with 15 additions and 0 deletions

View File

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

View File

@@ -14,6 +14,7 @@
"handbrake" "handbrake"
"daisydisk" "daisydisk"
"blender" "blender"
"bambu-studio"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [

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; [
];
};
}

Binary file not shown.

Binary file not shown.