mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 10:50:38 +00:00
Compare commits
5 Commits
899ab0658f
...
5708bd1509
Author | SHA1 | Date | |
---|---|---|---|
5708bd1509 | |||
faf04c3311 | |||
a31c089055 | |||
f50908d358 | |||
58f2f67260 |
@@ -1,4 +1,5 @@
|
||||
[
|
||||
(import ./mac14.nix)
|
||||
(import ./mac16.nix)
|
||||
(import ./ordio.nix)
|
||||
]
|
||||
|
@@ -14,6 +14,7 @@
|
||||
"handbrake"
|
||||
"daisydisk"
|
||||
"blender"
|
||||
"bambu-studio"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
|
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; [
|
||||
];
|
||||
};
|
||||
}
|
BIN
secrets/configs/Raycast 2025-07-01 13.33.23.rayconfig
Normal file
BIN
secrets/configs/Raycast 2025-07-01 13.33.23.rayconfig
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user