nixos-config/modules/programs/default.nix
Charlotte Van Petegem 0fc6c32a47
Reorganize repository
2021-07-10 09:03:38 +02:00

12 lines
108 B
Nix

{ ... }:
{
imports = [
./calibre
./deluge
./dropbox
./eid
./hledger
./obs
];
}