FrameworkNix/system/appliances.nix

21 lines
380 B
Nix

{
services = {
printing = {
enable = true;
browsing = true;
browsedConf = ''
BrowseDNSSDSubTypes _cups,_print
BrowseLocalProtocols all
BrowseRemoteProtocols all
CreateIPPPrinterQueues All
BrowseProtocols all
'';
};
};
hardware = {
keyboard.zsa.enable = true;
flipperzero.enable = true;
};
}