fixed microphone issue
This commit is contained in:
parent
8cbc1db6b5
commit
09ded0d112
4 changed files with 15 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue