nix-infra/common/fragments/graphical/dunst.nix

9 lines
121 B
Nix
Raw Normal View History

2023-03-27 15:21:43 +00:00
{ config, pkgs, lib, ... }: {
home-manager.users.agatha = {
services.dunst = {
enable = true;
};
};
}