mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
5 lines
66 B
Nix
5 lines
66 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./protonmail-bridge.nix
|
|
];
|
|
}
|