system/users/modules/notifications/default.nix

9 lines
85 B
Nix
Raw Normal View History

2022-10-12 01:41:32 +03:00
{ ... }:
{
services.wired = {
enable = true;
config = ./wired.ron;
};
}