nix-config/home-manager/_mixins/console/deckmaster.nix
2024-05-23 15:02:20 -04:00

11 lines
175 B
Nix

{ pkgs, ... }:
{
# Deckmaster and the utilities I bind to the Stream Deck
home.packages = with pkgs; [
deckmaster
hueadm
unstable.obs-cli
playerctl
];
}