mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Enhance boom audio
This commit is contained in:
parent
2346ff88d7
commit
fb2cb24b91
3 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -34,8 +34,8 @@
|
|||
|
||||
!*.lua
|
||||
!*.md
|
||||
!*.mp3
|
||||
!*.nix
|
||||
!*.nu
|
||||
!*.opus
|
||||
!*.png
|
||||
!*.sh
|
||||
|
|
BIN
machines/enka/nushell/boom.opus
Normal file
BIN
machines/enka/nushell/boom.opus
Normal file
Binary file not shown.
|
@ -190,7 +190,7 @@ $env.config.hooks = {
|
|||
task remove $id
|
||||
}
|
||||
|
||||
task spawn --label boom { pw-play ${./boom.mp3} }
|
||||
task spawn --label boom { pw-play ${./boom.opus} }
|
||||
}
|
||||
display_output: "table --expand"
|
||||
env_change: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue