Created options; Moved tailscale to network folder; Disabled networkmanager wait online; Added repl command; updated firefox interface; other smaller stuff
This commit is contained in:
parent
20891b3e14
commit
5de86bcfe3
37 changed files with 542 additions and 255 deletions
|
|
@ -1,20 +1,16 @@
|
|||
# {
|
||||
# lib,
|
||||
# config,
|
||||
# ...
|
||||
# }: {
|
||||
# options.niksos.bluetooth = lib.mkEnableOption;
|
||||
#
|
||||
# config = lib.mkIf config.niksos.bluetooth {
|
||||
# hardware.bluetooth = {
|
||||
# enable = true;
|
||||
# input.General.ClassicBondedOnly = false;
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
input.General.ClassicBondedOnly = false;
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
options.niksos.bluetooth = lib.mkEnableOption "bluetooth related stuff.";
|
||||
|
||||
config = lib.mkIf config.niksos.bluetooth {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
input.General.ClassicBondedOnly = false;
|
||||
};
|
||||
environment.systemPackages = [pkgs.bluetui];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue