init: public
This commit is contained in:
16
modules/desktop/notify/all.nix
Normal file
16
modules/desktop/notify/all.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, lib, ... }:
|
||||
lib.my.makeSwitch {
|
||||
inherit config;
|
||||
optionName = "all desktop notify tools";
|
||||
optionPath = [
|
||||
"desktop"
|
||||
"notify"
|
||||
"all"
|
||||
];
|
||||
config' = {
|
||||
my.desktop.notify = {
|
||||
dunst.enable = true;
|
||||
swaync.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user