formating
This commit is contained in:
parent
413397a844
commit
adc6925ef5
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@ in {
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" "libsoup-2.74.3" ];
|
||||
nixpkgs.config.permittedInsecurePackages =
|
||||
[ "libxml2-2.13.8" "libsoup-2.74.3" ];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
anonymousPro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue