diff --git a/hosts/default/config.nix b/hosts/default/config.nix index 1c4ec18..e563b18 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -7,7 +7,7 @@ ... }: let - inherit (import ../hosts/${host}/variables.nix) keyboardLayout; + inherit (import ./variables.nix) keyboardLayout; in { imports = [ @@ -407,7 +407,6 @@ in services.blueman.enable = true; # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; # Security / Polkit