From 5019682144d5844a57448eb5e68c44a39a20862f Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Tue, 17 May 2022 13:35:34 +0200 Subject: [PATCH] nix: include example conf --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index a5abdd5d..cb0b7218 100644 --- a/default.nix +++ b/default.nix @@ -68,6 +68,7 @@ stdenv.mkDerivation { install -Dm755 ./build/Hyprland -t $out/bin install -Dm755 ./hyprctl/hyprctl -t $out/bin install -Dm644 ./assets/* -t $out/share/hyprland + install -Dm644 ./example/hyprland.conf -t $out/share/hyprland popd '';