mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
add ordio laptop
This commit is contained in:
13
hosts/ordio.nix
Normal file
13
hosts/ordio.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
username = "nicco";
|
||||||
|
hostName = "ordio";
|
||||||
|
platform = "aarch64-darwin";
|
||||||
|
|
||||||
|
extras = {
|
||||||
|
casks = [
|
||||||
|
];
|
||||||
|
pkgs =
|
||||||
|
pkgs: with pkgs; [
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user