Files
garandos/hosts/Garand-Desktop/printers.nix
T
GarandPLG 7b48789251 Add virtualization support and adjust defaults
- Disable printing by setting `printEnable = false`.
- Add a new `virualization` module enabling libvirtd, virt‑manager,
  qemuGuest and spice‑vdagentd; enable it on the desktop host.
- Change default applications: enable GIMP, disable Pixieditor.
- Bump Helium AppImage to version 0.14.4.1 with updated hash.
- Lower notification sound volume from 0.5 to 0.1.
- Refactor Bash and Fish aliases: `upd` now updates flakes,
  `upg` performs OS switch, and new helper aliases are added.
2026-07-09 16:17:27 +02:00

15 lines
237 B
Nix

{
printEnable = false;
ensureDefaultPrinter = "Brother-T525W";
ensurePrinters = [
{
deviceUri = "ipp://192.168.1.110/ipp";
location = "home";
name = "Brother-T525W";
model = "everywhere";
}
];
}