Fixed a typo

This commit is contained in:
Alexandre1a 2025-12-29 19:29:39 +01:00
parent f3dbbc518f
commit 48bdbe9fb8
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 7 additions and 2 deletions

View File

@ -63,7 +63,12 @@
# Flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Target arch
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs = {
hostPlatform = "aarch64-darwin";
config = {
allowUnfree = true;
};
};
# Nix-Darwin State Version
system = {
stateVersion = 6;

View File

@ -8,7 +8,7 @@
home.stateVersion = "25.11";
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
#nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
# Window management (maybe configure it with home-manager)