Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-10-06 14:57:08 +02:00
parent 262390b00c
commit 1e0ff42b1b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 11 additions and 7 deletions

View file

@ -2,7 +2,7 @@
{
fonts = {
enableFontDir = true;
fontDir.enable = true;
fontconfig = {
enable = true;
defaultFonts = {

View file

@ -5,6 +5,10 @@
{ path = ".config/0ad"; type = "cache"; }
];
nixpkgs.config.permittedInsecurePackages = [
"spidermonkey-38.8.0"
];
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgs.zeroad ];
};