os/shared/home/nix.nix
2023-05-21 19:15:04 +00:00

13 lines
No EOL
146 B
Nix

{ ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
};
nixpkgs.config = {
allowUnfree = true;
};
}