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

@ -18,6 +18,7 @@ in {
config.allowUnfree = true;
};
})
inputs.nixpkgs-firefox-darwin.overlay
];
# Keep nix upgraded

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