sync final willful state :)

This commit is contained in:
41666 2023-12-11 20:43:55 -05:00
parent d69699efcd
commit 68bd6cdf93
2 changed files with 6 additions and 3 deletions

View file

@ -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
];
}

View file

@ -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";