mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 00:36:25 +00:00
11 lines
175 B
Nix
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
|
||
|
];
|
||
|
}
|