Files
Nixos/hm-modules/notification/default.nix
T
2026-04-06 10:36:02 +02:00

8 lines
63 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./mako
];
}