small qol fixes

This commit is contained in:
2025-04-08 20:08:21 +02:00
parent b878344566
commit 7bfaf91106
9 changed files with 113 additions and 29 deletions

View File

@@ -1,4 +1,13 @@
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = [
pkgs.bluez
];
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
@@ -14,5 +23,4 @@
};
};
};
services.blueman.enable = true;
}
}

View File

@@ -22,4 +22,6 @@
};
security.pam.services.hyprlock = {};
security.pam.services.gdm.enableGnomeKeyring = true;
}