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