From 019e0c2574a957f6dcc5a7226a3b6eb50b6592b5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 26 Dec 2023 16:02:57 +0100 Subject: [PATCH] Hyprland: add easyeffects to restart list --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index afca502..8c524b4 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -56,7 +56,7 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch - exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & waybar & swww init & blueman-applet & nm-applet & systemctl --user restart swayidle wl-update-background # & firefox + exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & waybar & swww init & blueman-applet & nm-applet & systemctl --user restart swayidle wl-update-background easyeffects # & firefox # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf