mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-03 19:48:24 +08:00
7 lines
114 B
Nix
7 lines
114 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./protonmail-bridge.nix
|
|
./himalaya-workflow.nix
|
|
./rss2email.nix
|
|
];
|
|
}
|