Updates and fix koishi nm-online issue

This commit is contained in:
Kat Inskip 2022-06-24 16:57:05 +01:00 committed by kat
parent 0b8f8d1b5b
commit 5879913b51
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 43 additions and 40 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }: with lib; {
{ config, lib, pkgs, ... }: with lib; {
options = {
home-manager.users = let
applets = { config, nixos, ... }: {
@ -15,6 +15,9 @@
};
};
config = {
systemd.services.NetworkManager-wait-online = {
serviceConfig.ExecStart = [ "" "${pkgs.networkmanager}/bin/nm-online -q" ];
};
hardware.bluetooth = {
enable = true;
settings = {