fix unfree bug

This commit is contained in:
nyanloutre 2022-05-21 00:44:14 +02:00
parent b094d5f303
commit a4deb6d20d
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = (pkg: true);
environment.systemPackages = with pkgs; [
filezilla