From 881faf7aac5cb4e068abbea862cce441c57997b7 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Mon, 2 Feb 2026 21:37:34 +0100 Subject: [PATCH] fix --- modules/home/hyprland/exec-once.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home/hyprland/exec-once.nix b/modules/home/hyprland/exec-once.nix index 032c4f1..b854c85 100644 --- a/modules/home/hyprland/exec-once.nix +++ b/modules/home/hyprland/exec-once.nix @@ -5,11 +5,5 @@ _: { "dbus-update-activation-environment --all --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "systemctl --user start hyprpolkitagent" - - # "killall -q waybar" - # "pkill waybar" - # "killall -q swaync" - # "pkill swaync" - "noctalia-shell &" ]; }