summaryrefslogtreecommitdiff
path: root/common/home
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-10-31 11:18:29 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-10-31 11:18:29 +0100
commit940ab61ac49f13accac001c968401b08211df02c (patch)
tree80b55ff8aef679b41e62e4e28f2d463496f6e6dc /common/home
parent8d2b823368a3a52481b5321dceb99255d6796e64 (diff)
add dunst
Diffstat (limited to 'common/home')
-rw-r--r--common/home/services/dunst/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix
new file mode 100644
index 0000000..a8321f2
--- /dev/null
+++ b/common/home/services/dunst/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ enable = true;
+}