diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:27:34 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:27:34 -0700 |
commit | ad7c8c992ed441c399678dfd47f11d686e338026 (patch) | |
tree | fc86664395b9490521ff7d84a25129749411c0ce /hosts | |
parent | network: move tailscale in modules (diff) | |
download | world-ad7c8c992ed441c399678dfd47f11d686e338026.tar.gz |
carmel: enable the sound
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/sound.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/carmel/sound.nix b/hosts/carmel/sound.nix new file mode 100644 index 0000000..947f9cd --- /dev/null +++ b/hosts/carmel/sound.nix @@ -0,0 +1 @@ +{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; } |