diff options
| author | Fuwn <[email protected]> | 2024-06-25 23:09:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-25 23:09:23 -0700 |
| commit | 99bc7c2004e287ddb58ac2c9fbb058aed38b9fe8 (patch) | |
| tree | 56430be55298e1bbc7405457fa04fc133b74d080 /meta/audio/default.nix | |
| parent | hi (diff) | |
| download | nixos-config-99bc7c2004e287ddb58ac2c9fbb058aed38b9fe8.tar.xz nixos-config-99bc7c2004e287ddb58ac2c9fbb058aed38b9fe8.zip | |
update
Diffstat (limited to 'meta/audio/default.nix')
| -rw-r--r-- | meta/audio/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/audio/default.nix b/meta/audio/default.nix new file mode 100644 index 0000000..8768f34 --- /dev/null +++ b/meta/audio/default.nix @@ -0,0 +1,6 @@ +{ pkgs, ... }: { + home.packages = with pkgs; [ + blueberry + pavucontrol + ]; +} |