mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
11 lines
195 B
Nix
11 lines
195 B
Nix
{
|
|
home.file = {
|
|
".config/nixpkgs/config.nix".text = ''
|
|
# -*-nix-*-
|
|
{
|
|
nixpkgs.config.allowUnfreePredicate = (_: true);
|
|
allowUnfree = true;
|
|
}
|
|
'';
|
|
};
|
|
}
|