nix-config/home-manager/_mixins/console/deckmaster.nix

11 lines
175 B
Nix
Raw Normal View History

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