add(nix): docker for darwin

This commit is contained in:
Léana 江 2024-03-03 21:16:13 +01:00 committed by Léana 江
parent 191d01a209
commit 8a260ee62e
6 changed files with 127 additions and 61 deletions

View file

@ -9,15 +9,16 @@
formatter
;
nixosConfigurations = mkNixOSes {
# Thinkpad
carbon = {
system = "x86_64-linux";
darwinConfigurations = mkDarwins {
# MacBook Pro 2021
bismuth = {
system = "aarch64-darwin";
settings = {
extraLanguageServers.enable = true;
extraUtils.enable = true;
cmus.enable = true;
universityTools.enable = true;
docker.enable = true;
};
};
};
@ -34,10 +35,10 @@
oracle.system = "aarch64-linux";
};
darwinConfigurations = mkDarwins {
# MacBook Pro 2021
bismuth = {
system = "aarch64-darwin";
nixosConfigurations = mkNixOSes {
# Thinkpad
carbon = {
system = "x86_64-linux";
settings = {
extraLanguageServers.enable = true;
extraUtils.enable = true;