Moving Basic Audio Config To nixos Module

This commit is contained in:
Annika Merris 2024-05-25 08:57:34 -04:00
parent 5f885a1746
commit aaf47f1d84
7 changed files with 91 additions and 28 deletions

View file

@ -53,6 +53,9 @@ inputs.nixpkgs.lib.nixosSystem {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Enable hardware features
audio.enable = true;
services.openssh.enable = true;
services.flatpak.enable = true;
# Apps