1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

Merge pull request #1104 from Enzime/skhd

skhd: add `skhd` to `PATH`
This commit is contained in:
Michael Hoang 2024-10-14 21:25:30 +11:00 committed by GitHub
commit a60ac02f94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,7 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.etc."skhdrc".text = cfg.skhdConfig;