nixos-config/system/systemsettings.nix

6 lines
144 B
Nix
Raw Normal View History

{ config, pkgs, pkgs-stable, ... }:
2024-08-01 10:01:40 +02:00
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}