index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
audio
/
default.nix
blob: 8768f34cb1fda2a2353c99bd94f034da22c2b9fc (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
blueberry pavucontrol
];
}