nix-config/darwin/_mixins/desktop/skhd.nix
2024-05-23 15:02:20 -04:00

6 lines
77 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
skhd
];
}