9 lines
121 B
Nix
9 lines
121 B
Nix
|
{ config, pkgs, lib, ... }: {
|
||
|
home-manager.users.agatha = {
|
||
|
services.dunst = {
|
||
|
enable = true;
|
||
|
|
||
|
};
|
||
|
};
|
||
|
}
|