From 47a9352109ffd73e04227ec340939736f418ab83 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 12 Dec 2022 02:46:51 -0500 Subject: [PATCH] swap hyprpaper for swww --- configuration.nix | 1 + modules/hyprland/default.nix | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c6de38e..704d132 100644 --- a/configuration.nix +++ b/configuration.nix @@ -151,6 +151,7 @@ qemu_kvm cmake meson + lz4 python3 python3.pkgs.pip diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index a2a9c87..bfb7574 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -73,10 +73,14 @@ in WLR_NO_HARDWARE_CURSORS = "1"; MOZ_ENABLE_WAYLAND = "1"; PATH = [ - "$HOME/bin/swww" - "$HOME/bin/swww-daemon" + "$HOME/bin/:$PATH" ]; + #SWW + SWWW_TRANSITION_TYPE = "center"; + SWWW_TRANSITION_FPS = "60"; + + }; services.greetd = {