cider: audio + bluetooth
This commit is contained in:
parent
5c212850c7
commit
510f7ff4e0
4 changed files with 16 additions and 1 deletions
11
nixos/features/bluetooth.nix
Normal file
11
nixos/features/bluetooth.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }: {
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
Experimental = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
# TODO: Sound!
|
sound.enable = true;
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
|
security.rtkit.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue