Added nix darwin
This commit is contained in:
parent
13c0c39daf
commit
b720bcb09a
3 changed files with 58 additions and 1 deletions
11
flake.nix
11
flake.nix
|
|
@ -31,6 +31,11 @@
|
|||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
nix-darwin = {
|
||||
url = "github:LnL7/nix-darwin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
|
|
@ -49,6 +54,12 @@
|
|||
first-nixos-install = "1729112485"; #stat -c %W /
|
||||
in
|
||||
{
|
||||
darwinConfigurations = {
|
||||
"kylekrein-air" = inputs.nix-darwin.lib.darwinSystem {
|
||||
specialArgs = { inherit self; };
|
||||
modules = [ ./nixos/hosts/kylekrein-air ];
|
||||
};
|
||||
};
|
||||
nixosConfigurations = {
|
||||
"kylekrein-homepc" = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue