sync final willful state :)
This commit is contained in:
parent
d69699efcd
commit
68bd6cdf93
2 changed files with 6 additions and 3 deletions
|
@ -17,7 +17,8 @@ in {
|
|||
system = "x86_64-darwin";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
})
|
||||
})
|
||||
inputs.nixpkgs-firefox-darwin.overlay
|
||||
];
|
||||
|
||||
# Keep nix upgraded
|
||||
|
@ -49,6 +50,6 @@ in {
|
|||
home-manager.extraSpecialArgs = { inherit inputs outputs; };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
iterm2
|
||||
iterm2
|
||||
];
|
||||
}
|
||||
|
|
|
@ -20,9 +20,11 @@
|
|||
};
|
||||
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
|
||||
|
||||
|
||||
# Secrets
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
sops-nix-darwin.url = "github:Kloenk/sops-nix?ref=darwin";
|
||||
|
||||
# Fancy stuff
|
||||
nix-colors.url = "github:misterio77/nix-colors";
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
|
|
Loading…
Add table
Reference in a new issue