mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
6 lines
92 B
Nix
6 lines
92 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./protonmail-bridge.nix
|
|
./himalaya-client.nix
|
|
];
|
|
}
|