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

skhd: add skhd to PATH

This commit is contained in:
Michael Hoang 2024-10-14 17:18:08 +11:00
parent ccf8cc56c9
commit 6347a9dcd1

View file

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