dotfiles/nixos/applications/default.nix
2022-12-22 00:31:25 +00:00

6 lines
46 B
Nix

{ ... }: {
imports = [ ./calibre.nix ];
}