Add Bluetui, organize some other things
This commit is contained in:
parent
c2ae238ae3
commit
6ead3afd36
4 changed files with 19 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config = lib.mkIf config.system.desktop.enable {
|
||||
hardware.bluetooth = {
|
||||
|
@ -8,6 +8,9 @@
|
|||
Policy.AutoEnable = "true";
|
||||
};
|
||||
};
|
||||
environment.persistence."/persist".directories = [ "/var/lib/bluetooth" ];
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ bluetui ];
|
||||
persistence."/persist".directories = [ "/var/lib/bluetooth" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue