Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-03-20 00:43:38 +01:00
parent 68791bb934
commit f3a7f168d5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, pkgsFor0AD, ... }:
{ config, lib, pkgs, ... }:
{
options = {
@ -21,7 +21,7 @@
hardware.opengl.enable = true;
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgsFor0AD.zeroad ];
home.packages = [ pkgs.zeroad ];
};
networking.firewall = lib.mkIf config.chvp.zeroad.asServer {