darwin fixes
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -12,6 +12,11 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager-unstable = {
|
||||
url = "github:nix-community/home-manager/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
@@ -32,7 +37,8 @@
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
nix-darwin,
|
||||
home-manager,
|
||||
home-manager,
|
||||
home-manager-unstable,
|
||||
nixvim,
|
||||
nixos-hardware,
|
||||
vscode-server,
|
||||
@@ -74,7 +80,7 @@
|
||||
system = "aarch64-darwin";
|
||||
modules = [
|
||||
./hosts/eva-02/configuration.nix
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
inputs.home-manager-unstable.darwinModules.home-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user