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 = {