uses nix-darwin-emacs flake
This commit is contained in:
parent
4af8a7f872
commit
3ae7ef3a46
2 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
||||
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
|
||||
nix-darwin-emacs = {
|
||||
url = "github:nix-giant/nix-darwin-emacs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -21,6 +25,7 @@
|
|||
home-manager,
|
||||
nix-darwin,
|
||||
nix-homebrew,
|
||||
nix-darwin-emacs,
|
||||
agenix,
|
||||
...
|
||||
}@inputs:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Overlays
|
||||
nixpkgs.overlays = [
|
||||
inputs.nix-darwin-emacs.overlays.emacs
|
||||
];
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue