wonfeioan
This commit is contained in:
parent
38ff8d7b71
commit
26e3477a09
8 changed files with 51 additions and 118 deletions
8
common/dunst.nix
Normal file
8
common/dunst.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue