Update dependencies
This commit is contained in:
parent
262390b00c
commit
1e0ff42b1b
3 changed files with 11 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
fonts = {
|
||||
enableFontDir = true;
|
||||
fontDir.enable = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue