aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/dunst.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-29 12:53:21 +0200
committerschererleander <leander@schererleander.de>2025-07-29 12:53:21 +0200
commit9a8116cbc211f03982e3e4dfdc326df38b4a0574 (patch)
tree61df62ba2a6ca8297e90b48438b5cc2489b3bce1 /modules/home-manager/dunst.nix
parent0c1a189c5385c580f9522757f9c3974242134cbe (diff)
chore: formatting
Diffstat (limited to 'modules/home-manager/dunst.nix')
-rw-r--r--modules/home-manager/dunst.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/home-manager/dunst.nix b/modules/home-manager/dunst.nix
index 87ae210..8d97dea 100644
--- a/modules/home-manager/dunst.nix
+++ b/modules/home-manager/dunst.nix
@@ -1,7 +1,11 @@
-{ config, pkgs, lib, ...}:
+{
+ config,
+ lib,
+ ...
+}:
{
- options.dunst.enable = lib.mkEnableOption "Setup dunst notification";
+ options.dunst.enable = lib.mkEnableOption "Enable dunst notification";
config = lib.mkIf config.dunst.enable {
services.dunst = {
enable = true;