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 = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
environment.systemPackages = with pkgs; [
hplip
hplipWithPlugin
];
# environment.systemPackages = with pkgs; [
# ];
}