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