From d1cfc2c2ea7ea3fb79d7fd7f4c8c02bba997c3ef Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 9 Nov 2025 19:00:54 +0200 Subject: [PATCH] Added blueman+xhost to Sway pack --- hosts/puter/de/sway.nix | 2 ++ modules/userapps/utils.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/puter/de/sway.nix b/hosts/puter/de/sway.nix index a6251ee..9cec6c6 100644 --- a/hosts/puter/de/sway.nix +++ b/hosts/puter/de/sway.nix @@ -12,6 +12,8 @@ mako # Notification daemon for Sway playerctl pavucontrol + blueman + xorg.xhost # Other Sway-specific packages ]; programs.light.enable = true; # For brightness control diff --git a/modules/userapps/utils.nix b/modules/userapps/utils.nix index a54813a..8cc2dcf 100644 --- a/modules/userapps/utils.nix +++ b/modules/userapps/utils.nix @@ -25,7 +25,5 @@ unzip wget just - blueman - xorg.xhost ]; }