init: public
This commit is contained in:
19
modules/desktop/notify/dunst/default.nix
Normal file
19
modules/desktop/notify/dunst/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.my.makeHomePackageConfig {
|
||||
inherit config pkgs;
|
||||
packageName = "dunst";
|
||||
packagePath = [ "dunst" ];
|
||||
optionPath = [
|
||||
"desktop"
|
||||
"notify"
|
||||
"dunst"
|
||||
];
|
||||
extraConfig = {
|
||||
my.home.xdg.configFile."dunst/dunstrc".source = ./dunstrc;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user