mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 14:01:00 -05:00
Moved Audio Config to New File
Added service to set up passthrough from my work laptop
This commit is contained in:
parent
93764b9520
commit
e92487487e
4 changed files with 73 additions and 17 deletions
|
|
@ -14,6 +14,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
./gui.nix
|
||||
./audio.nix
|
||||
../../modules/common
|
||||
../../modules/nixos
|
||||
{
|
||||
|
|
@ -59,23 +60,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
services.flatpak.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
|
||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
||||
# no need to redefine it in your config for now)
|
||||
#media-session.enable = true;
|
||||
};
|
||||
|
||||
|
||||
# gui.enable = true;
|
||||
# Apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue