mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 00:05:00 +08:00
6 lines
94 B
Nix
6 lines
94 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./protonmail-bridge.nix
|
|
./himalaya-workflow.nix
|
|
];
|
|
}
|