nixos-config/modules/nixos/programs/default.nix
Charlotte Van Petegem 723daba5b5
Some checks failed
Cachix / build (elendel) (push) Failing after 32s
Cachix / build (kholinar) (push) Failing after 32s
Cachix / build (marabethia) (push) Failing after 32s
treewide: cleanup some unused modules/programs
2025-01-13 09:38:56 +01:00

10 lines
92 B
Nix

{ pkgs, ... }:
{
imports = [
./calibre
./eid
./element
./torrents
];
}