Files
2026-01-02 00:07:33 -06:00

12 lines
115 B
Nix

{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
libnotify
];
services.mako.enable = true;
}