mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 16:15:33 -05:00
Moving Basic Audio Config To nixos Module
This commit is contained in:
parent
5f885a1746
commit
aaf47f1d84
7 changed files with 91 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue