fixed microphone issue

This commit is contained in:
Elias Gasparis 2025-06-06 12:40:26 +08:00
parent 8cbc1db6b5
commit 09ded0d112
4 changed files with 15 additions and 11 deletions

View file

@ -4,6 +4,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# drivers for sound
sof-firmware
# terminal apps
wget
curl
@ -15,6 +18,7 @@
restic # backup program
wiper # A TUI disk analyser and cleanup tool
curl
inxi #debugging
# emulation
quickemu