Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/redhead): persist bluetooth

Sometimes bluetooth devices don't like it when you've lost past state
(e.g. device keys, etc.)

Hopefully persisting this can make bluetooth connections more reliable

+4
+4
packetmix/systems/personal/bluetooth.nix
··· 7 7 environment.systemPackages = [ pkgs.overskride ]; 8 8 9 9 hardware.bluetooth.enable = true; 10 + 11 + clicks.storage.impermanence.persist.directories = [ 12 + "/var/lib/bluetooth" 13 + ]; 10 14 }