.dotfiles/profiles/darwin/nixos/default.nix
Leon Schwarzäugl bd3e18169f
fix: minor fixes
sync: nftables force disabled
default wallpaper
remove non-existent darwin import
2025-01-07 17:55:34 +01:00

14 lines
245 B
Nix

_:
{
nix.settings.experimental-features = "nix-command flakes";
nixpkgs = {
hostPlatform = "x86_64-darwin";
overlays = [ outputs.overlays.default ];
config = {
allowUnfree = true;
};
};
system.stateVersion = 4;
}