mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-09 08:08:32 +08:00
5 lines
66 B
Nix
5 lines
66 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./protonmail-bridge.nix
|
|
];
|
|
}
|