mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 14:35:03 +00:00
add 1k5
This commit is contained in:
15
hosts/1k5.nix
Normal file
15
hosts/1k5.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
username = "nicco";
|
||||
hostName = "1k5";
|
||||
platform = "aarch64-darwin";
|
||||
sshKey = "1k5";
|
||||
|
||||
extras = {
|
||||
casks = [
|
||||
"notion"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
[
|
||||
(import ./mac14.nix)
|
||||
(import ./ordio.nix)
|
||||
(import ./1k5.nix)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user