merge flake-parts rewrite into main #19

Manually merged
Daholli merged 62 commits from main-merge into main 2025-11-22 20:16:40 +01:00
Showing only changes of commit 0378235fac - Show all commits

View file

@ -1,7 +1,9 @@
{ {
flake.modules.nixos.bluetooth = flake.modules.nixos.bluetooth =
{ ... }: { pkgs, ... }:
{ {
environment.systemPackages = [ pkgs.bluetui ];
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;