dot_testing/home/sxhkd/default.nix

12 lines
161 B
Nix

{ lib, config, pkgs, home, ... }:
{
# managed by nixos configuration
home.file = {
".config/sxhkd/sxhkdrc" = {
source = ./sxhkdrc;
};
};
}