{ config, pkgs, ... }: { # config # service home.file."Library/LaunchAgents/org.nixos.skhd.plist" = { text = '' Label org.nixos.skhd ProgramArguments ${pkgs.skhd}/bin/skhd EnvironmentVariables PATH ${pkgs.skhd}/bin:${pkgs.bash}/bin:/usr/bin:/bin:/usr/sbin:/sbin RunAtLoad KeepAlive StandardOutPath ${config.home.homeDirectory}/.skhd.out.log StandardErrorPath ${config.home.homeDirectory}/.skhd.err.log ''; }; }