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";
|
system = "x86_64-darwin";
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
inputs.nixpkgs-firefox-darwin.overlay
|
||||||
];
|
];
|
||||||
|
|
||||||
# Keep nix upgraded
|
# Keep nix upgraded
|
||||||
|
@ -49,6 +50,6 @@ in {
|
||||||
home-manager.extraSpecialArgs = { inherit inputs outputs; };
|
home-manager.extraSpecialArgs = { inherit inputs outputs; };
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
iterm2
|
iterm2
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,9 +20,11 @@
|
||||||
};
|
};
|
||||||
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
|
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
|
||||||
|
|
||||||
|
# Secrets
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
sops-nix-darwin.url = "github:Kloenk/sops-nix?ref=darwin";
|
sops-nix-darwin.url = "github:Kloenk/sops-nix?ref=darwin";
|
||||||
|
|
||||||
|
# Fancy stuff
|
||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
nixvim = {
|
nixvim = {
|
||||||
url = "github:nix-community/nixvim";
|
url = "github:nix-community/nixvim";
|
||||||
|
|
Loading…
Add table
Reference in a new issue