about summary refs log tree commit diff stats
path: root/home-manager/config/cups/default.nix
blob: 4fef0a9ca0a155fb076cae59d3a3c834a12788d8 (plain) (blame)
1
2
3
{config, ...}: {
xdg.configFile."cups/lpoptions".text = "Default Brother\n";
}