11 lines
88 B
Nix
11 lines
88 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
mpdevil
|
|
];
|
|
}
|