Regenerated

This commit is contained in:
2026-03-31 17:38:51 +00:00
parent 0102b64d62
commit 01fc061c48
3 changed files with 287 additions and 287 deletions
+285 -285
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3149,7 +3149,7 @@ in
############################
# Optional Home Manager integration
############################
home-manager.users = { = lib.mkIf (home-manager != null) {
home-manager.users = lib.mkIf (home-manager != null) {
${username} = {
# If you want a graphical tray or manager accessible in user session
home.packages = [ pkgs.blueman ];
@@ -23,7 +23,7 @@ in
############################
# Optional Home Manager integration
############################
home-manager.users = { = lib.mkIf (home-manager != null) {
home-manager.users = lib.mkIf (home-manager != null) {
${username} = {
# If you want a graphical tray or manager accessible in user session
home.packages = [ pkgs.blueman ];