13 lines
175 B
Nix
13 lines
175 B
Nix
{
|
|
util,
|
|
...
|
|
}:
|
|
{
|
|
imports = util.toImports ../features [
|
|
# keep-sorted start
|
|
"pipewire"
|
|
"print-and-scan"
|
|
"protonmail-bridge"
|
|
# keep-sorted end
|
|
];
|
|
}
|