os/shared/home/nix.nix

13 lines
146 B
Nix
Raw Normal View History

2023-05-21 21:15:04 +02:00
{ ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
};
nixpkgs.config = {
allowUnfree = true;
};
}