mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Cleaning up hyprprofile/qutecontainer implementation
This commit is contained in:
parent
cd4de928e8
commit
87980af597
9 changed files with 36 additions and 6 deletions
|
@ -16,6 +16,8 @@ in
|
|||
|
||||
phases = "installPhase";
|
||||
|
||||
postPatch = ''sed -i "s/qutebrowser/qutebrowser --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag num-raster-threads=4/g" container-open'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out $out/bin
|
||||
cp $src/* $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue