nix-config/darwin/_mixins/desktop/skhd.nix

6 lines
77 B
Nix
Raw Normal View History

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