Feat: modularized hh1 printing.

This commit is contained in:
Jurn Wubben 2025-07-09 20:00:31 +02:00
parent f622009e87
commit d98f41f2a5
3 changed files with 26 additions and 16 deletions

View file

@ -5,28 +5,13 @@
./wluma.nix
];
services.printing = {
enable = true;
startWhenNeeded = true;
};
hardware.printers = {
ensureDefaultPrinter = "Broeder";
ensurePrinters = [
{
deviceUri = "ipp://192.168.1.33/ipp";
location = "home";
name = "Broeder";
model = "everywhere";
}
];
};
# programs.evolution.enable = true; # FIXME: move to appropiate place.
niksos = {
hardware = {
joycond = false; #NOTE: enable when game night lol
fingerprint = true;
bluetooth = true;
printer = true;
portable = {
enable = true;