Fixed warnings in build output

This commit is contained in:
Alejandro Angulo 2024-02-05 20:30:30 -08:00
parent 478198d88e
commit 93988dfb6c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ in {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
wlr.enable = true;
config.common.default = "*";
};
aa.home.dataFile = {

View file

@ -17,7 +17,7 @@ in {
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
};
};
}