mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
fix(nix): renamed nixie to carbon
This commit is contained in:
parent
9b1e69ba52
commit
053ef59444
12 changed files with 0 additions and 0 deletions
16
nix/hosts/carbon/audio.nix
Normal file
16
nix/hosts/carbon/audio.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
sound = {
|
||||
enable = true;
|
||||
mediaKeys.enable = true;
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [helvum pavucontrol easyeffects];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue