From 4f10d8e07dd330bf1c4ce9eebecc0db919e522d9 Mon Sep 17 00:00:00 2001 From: Narice Date: Mon, 16 May 2022 11:33:00 +0100 Subject: [PATCH] Fixed Hyprland default.nix to provide session --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e15f9174..fcee67fd 100644 --- a/default.nix +++ b/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { installPhase = '' cd ../ mkdir -p $out/share/wayland-sessions - cp ./example/hyprland.desktop $out/share/wayland-sessions/ + cp ./example/hyprland.desktop $out/share/wayland-sessions mkdir -p $out/bin cp ./build/Hyprland $out/bin cp ./hyprctl/hyprctl $out/bin @@ -50,6 +50,8 @@ stdenv.mkDerivation rec { cp ./assets/wall_8K.png $out/share/hyprland ''; + passthru.providedSessions = [ "hyprland" ]; + meta = with lib; { homepage = "https://github.com/vaxerski/Hyprland"; description =