From 76cb900f1c27b328f0bd427738090fc30507fd28 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 13 Aug 2023 13:16:18 +0200 Subject: Fix(u/sils/hyprland): Specify absolute paths of "exec-once" calls --- users/sils/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'users') diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index b93020e..18a3cee 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -1,4 +1,4 @@ -{...}: { +{pkgs, ...}: { wayland.windowManager.hyprland = { enable = true; settings = { @@ -167,9 +167,9 @@ #exec-once=swww init & exec-once = [ "nm-applet --indicator" - "eww open-many bar0 bar1" - "mako" - "swaybg -i ~/repos/nix-config/files/wallpaper.jpg" + #"${pkgs.waybar-hyprland}/bin/waybar" + "${pkgs.mako}/bin/mako" + "${pkgs.swaybg}/bin/swaybg -i ~/repos/nix-config/files/wallpaper.jpg" ]; }; }; -- cgit 1.4.1