From 83fa13a71e29423d669242f79d350b76ec3b3af6 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 May 2024 17:36:25 +0200 Subject: [PATCH] add poweralertd --- modules/home/hyprland/config.nix | 1 + modules/home/packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 65d354b..2218441 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -9,6 +9,7 @@ "hash dbus-update-activation-environment 2>/dev/null &" "dbus-update-activation-environment --systemd &" "nm-applet &" + "poweralertd &" "wl-clip-persist --clipboard both" "swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &" "sleep 1 && swaylock" diff --git a/modules/home/packages.nix b/modules/home/packages.nix index c1c9389..3d607be 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -48,6 +48,7 @@ pamixer # pulseaudio command line mixer pavucontrol # pulseaudio volume controle (GUI) playerctl # controller for media players + poweralertd qalculate-gtk # calculator unzip wget