nix-config/modules2/sxhkd/enable.nix
Oliver Davies 487e116bac
All checks were successful
/ check (push) Successful in 1m49s
Move sxhkd configuration
2025-07-27 22:15:49 +01:00

3 lines
66 B
Nix

{
flake.modules.homeManager.gui.services.sxhkd.enable = true;
}