feat(nix-darwin): add config for apavel-a01

This commit is contained in:
reo101 2022-11-22 23:36:10 +02:00
parent 9032738351
commit 850280f483
3 changed files with 175 additions and 1 deletions

View file

@ -46,6 +46,57 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_3": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_4": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"zls-overlay",
"nixpkgs"
]
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -67,6 +118,22 @@
"type": "github" "type": "github"
} }
}, },
"known-folders": {
"flake": false,
"locked": {
"lastModified": 1659425144,
"narHash": "sha256-xMgdOKwWqBmw7avcioqQQrrPU1MjzlBMtNjqPfOEtDQ=",
"owner": "ziglibs",
"repo": "known-folders",
"rev": "24845b0103e611c108d6bc334231c464e699742c",
"type": "github"
},
"original": {
"owner": "ziglibs",
"repo": "known-folders",
"type": "github"
}
},
"neovim-flake": { "neovim-flake": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@ -113,6 +180,27 @@
"type": "github" "type": "github"
} }
}, },
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1668784520,
"narHash": "sha256-gGgVAMwYPPmrfnvnoRi6OkEB5KRsNTb9uYzEceLdO/g=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "6349b99bc2b96ded34d068a88c7c5ced406b7f7f",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"nix-formatter-pack": { "nix-formatter-pack": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -230,9 +318,11 @@
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"neovim-nightly-overlay": "neovim-nightly-overlay", "neovim-nightly-overlay": "neovim-nightly-overlay",
"nix-darwin": "nix-darwin",
"nix-on-droid": "nix-on-droid", "nix-on-droid": "nix-on-droid",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"zig-overlay": "zig-overlay" "zig-overlay": "zig-overlay",
"zls-overlay": "zls-overlay"
} }
}, },
"zig-overlay": { "zig-overlay": {
@ -255,6 +345,52 @@
"repo": "zig-overlay", "repo": "zig-overlay",
"type": "github" "type": "github"
} }
},
"zig-overlay_2": {
"inputs": {
"flake-utils": "flake-utils_4",
"nixpkgs": [
"zls-overlay",
"nixpkgs"
]
},
"locked": {
"lastModified": 1667477360,
"narHash": "sha256-EE1UMXQr4FkQFGoOHDslqi3Q7V2BUkLMrOBeV/UJYoE=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "c8900204fcd5c09ab0c9b7bb7f4d04dacab3c462",
"type": "github"
},
"original": {
"owner": "mitchellh",
"repo": "zig-overlay",
"type": "github"
}
},
"zls-overlay": {
"inputs": {
"flake-utils": "flake-utils_3",
"gitignore": "gitignore",
"known-folders": "known-folders",
"nixpkgs": [
"nixpkgs"
],
"zig-overlay": "zig-overlay_2"
},
"locked": {
"lastModified": 1669054884,
"narHash": "sha256-W78MKkuv/G0thIMDTqQT3+jM+CPKiGj3juAnW8EeTLg=",
"owner": "zigtools",
"repo": "zls",
"rev": "ea2caee3ad92c3c2f13ec392f751c12e1d02f4bd",
"type": "github"
},
"original": {
"owner": "zigtools",
"repo": "zls",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -16,6 +16,12 @@
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };
# Nix Darwin
nix-darwin = {
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
# Home Manager # Home Manager
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-22.05"; url = "github:nix-community/home-manager/release-22.05";
@ -49,6 +55,7 @@
outputs = { self outputs = { self
, nixpkgs , nixpkgs
, nix-on-droid , nix-on-droid
, nix-darwin
, home-manager , home-manager
# , hardware # , hardware
# , nix-colors # , nix-colors
@ -121,6 +128,18 @@
default = cheetah; default = cheetah;
}; };
darwinConfigurations =
let mkHost = system: hostname: nix-darwin.lib.darwinSystem {
inherit system;
modules = [
./nix-darwin/${hostname}/configuration.nix
] ++ (builtins.attrValues nixDarwinModules);
inputs = { inherit inputs outputs darwin nixpkgs; };
};
in rec {
apavel-a01 = mkHost "x86_64-darwin" "apavel-a01";
};
homeConfigurations = { homeConfigurations = {
# "nix-on-droid@cheetah" = home-manager.lib.homeManagerConfiguration { # "nix-on-droid@cheetah" = home-manager.lib.homeManagerConfiguration {
# pkgs = nixpkgs.legacyPackages.x86_64-linux; # pkgs = nixpkgs.legacyPackages.x86_64-linux;

View file

@ -0,0 +1,19 @@
{ inputs, outputs, lib, config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [];
# environment.darwinConfig = builtins.toString ./configuration.nix;
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
# Create /etc/zshrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
# Used for backwards compatibility, please read the changelog before changing.
# > darwin-rebuild changelog
system.stateVersion = 4;
}