mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
modules: Move bluetooth, sound and wlan modules into the services namespace
This commit is contained in:
parent
e914990eaf
commit
b82eeb8595
5 changed files with 10 additions and 12 deletions
|
|
@ -20,11 +20,10 @@
|
|||
};
|
||||
de.hyprland.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
|
||||
services = {
|
||||
resolved.enable = true;
|
||||
gc.enable = true;
|
||||
sound.enable = true;
|
||||
geoclue.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue