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