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