diff --git a/home/wayland/hyprland/default.nix b/home/wayland/hyprland/default.nix index ef7740d..862cc4a 100644 --- a/home/wayland/hyprland/default.nix +++ b/home/wayland/hyprland/default.nix @@ -8,12 +8,12 @@ extraConfig = '' - exec-once=env XDG_CACHE_HOME=/tmp eww open bar + exec-once=env XDG_CACHE_HOME=/tmp ${pkgs.eww-wayland}/bin/eww open bar exec-once=${pkgs.swaybg}/bin/swaybg -i ${inputs.wallpaper} - exec-once=mako - exec-once=thunderbird - exec-once=wl-paste --watch cliphist store - exec-once=gnome-keyring-daemon --start --components=secrets + exec-once=${pkgs.mako}/bin/mako + exec-once=${pkgs.thunderbird}/bin/thunderbird + exec-once=${pkgs.wl-clipboard}/bin/wl-paste --watch ${pkgs.cliphist}/bin/cliphist store + exec-once=${pkgs.gnome.gnome-keyring}/bin/gnome-keyring-daemon --start --components=secrets '' + builtins.readFile ./hyprland.conf; };