nix-config/modules2/sxhkd/enable.nix

4 lines
66 B
Nix
Raw Normal View History

2025-07-27 22:13:55 +01:00
{
flake.modules.homeManager.gui.services.sxhkd.enable = true;
}