mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 16:00:43 +00:00
Add sound support
This commit is contained in:
parent
130fdae4bf
commit
fb603938c1
6 changed files with 160 additions and 0 deletions
5
system/shared/multimedia/default.nix
Normal file
5
system/shared/multimedia/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
./sound
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue