initial commit
This commit is contained in:
10
home/services/dunst/default.nix
Normal file
10
home/services/dunst/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
configFile = ./dunstrc;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user