flake/users/guanranwang/home-manager/resources/wm/components/sxhkd.nix

13 lines
174 B
Nix
Raw Normal View History

2023-11-06 07:48:20 +00:00
{...}: {
services.sxhkd = {
enable = true;
};
xdg.configFile = {
"sxhkd" = {
source = ../../dotfiles/config/sxhkd;
recursive = true;
};
};
}