nix: include example conf

This commit is contained in:
Fernando Ayats 2022-05-17 13:35:34 +02:00
parent 0728326d6e
commit 5019682144

View File

@ -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
'';