aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/hjem/wm/sway.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-17 13:10:49 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-17 13:11:02 -0600
commit736bf37ee02205a11bb326be2320fb87c0d13a04 (patch)
tree9c56f02a376beb78a6065be546be07eb1657c9d2 /modules/desktop/hjem/wm/sway.nix
parent6031356c1e048f7ff2581c18df89f159b7a592c9 (diff)
remove unneccessary packages in sway
Diffstat (limited to 'modules/desktop/hjem/wm/sway.nix')
-rw-r--r--modules/desktop/hjem/wm/sway.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/desktop/hjem/wm/sway.nix b/modules/desktop/hjem/wm/sway.nix
index a6a4b09..14f8637 100644
--- a/modules/desktop/hjem/wm/sway.nix
+++ b/modules/desktop/hjem/wm/sway.nix
@@ -113,8 +113,6 @@ in
packages = with pkgs; [
sway
- brightnessctl
- playerctl
wl-clipboard
];
}