cider: audio + bluetooth

This commit is contained in:
41666 2024-01-21 23:12:15 -05:00
parent 5c212850c7
commit 510f7ff4e0
4 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{ ... }: {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Experimental = true;
};
};
};
}

View file

@ -1,3 +1,5 @@
{ ... }: { { ... }: {
# TODO: Sound! sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
} }

View file

@ -10,6 +10,7 @@
../../features/steam.nix ../../features/steam.nix
../../features/dns-cache.nix ../../features/dns-cache.nix
../../features/podman.nix ../../features/podman.nix
../../features/bluetooth.nix
]; ];
home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix; home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix;

View file

@ -9,6 +9,7 @@
../../features/sound/asahi.nix ../../features/sound/asahi.nix
../../features/wifi.nix ../../features/wifi.nix
../../features/tailscale.nix ../../features/tailscale.nix
../../features/bluetooth.nix
]; ];
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix; home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;