my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/hardware/bluetooth: remove applet

isabel 5d85e14b 91204774

+4 -1
+4 -1
modules/nixos/hardware/bluetooth.nix
··· 30 30 31 31 boot.kernelModules = [ "btusb" ]; 32 32 33 - services.blueman.enable = true; 33 + services.blueman = { 34 + enable = true; 35 + withApplet = false; 36 + }; 34 37 }; 35 38 }