summary refs log tree commit diff stats
path: root/user/modules/sxhkd.nix
blob: 47a5b5fcd43d023d7e09eb135ab34882a9b31198 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  xdg.configFile.sxhkd = {
    recursive = true;
    source = ../sxhkd/.config/sxhkd;
  };
}