{ config, lib, pkgs, ... }: { # Nix Configuration nixpkgs.config.allowUnfree = true; # Enable nix-command and flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; }