chore: remove hplip since it didn't work anyways

This commit is contained in:
Ahwx 2025-04-25 12:05:53 +02:00
parent 5de3129aa1
commit 1813d438a6

View file

@ -1,11 +1,10 @@
{ pkgs, ... }: { { pkgs, ... }:
{
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns4 = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };
environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [
hplip # ];
hplipWithPlugin
];
} }