mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-04 21:36:32 +05:30
feat: add bluetui
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
flake.modules.nixos.hardware = {
|
||||
flake.modules.nixos.hardware = { pkgs, ... }: {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.bluetui
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user