nix-config/nixos/_mixins/desktop/beeper.nix

6 lines
88 B
Nix
Raw Normal View History

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