1
Fork 0
satellite/home/features/cli/productivity/smos.nix
2023-09-04 05:58:39 +03:00

12 lines
210 B
Nix

{ config, ... }: {
programs.smos = {
enable = true;
notify.enable = true;
config = { };
};
satellite.persistence.at.data.apps.smos.directories = [
config.programs.smos.workflowDir
];
}