mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): docker for darwin
This commit is contained in:
parent
191d01a209
commit
8a260ee62e
6 changed files with 127 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue