mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:45:58 +01:00
nix: include example conf
This commit is contained in:
parent
0728326d6e
commit
5019682144
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue