summary refs log tree commit diff stats
path: root/user/modules/dunst.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/dunst.nix')
-rw-r--r--user/modules/dunst.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/modules/dunst.nix b/user/modules/dunst.nix
new file mode 100644
index 00000000..78268c04
--- /dev/null
+++ b/user/modules/dunst.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{
+  xdg.configFile.dunst = {
+    recursive = true;
+    source = ../dunst/.config/dunst;
+  };
+}