11 lines
102 B
Nix
11 lines
102 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./calibre
|
|
./eid
|
|
./element
|
|
./obs
|
|
./torrents
|
|
];
|
|
}
|