mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix WebCord wrapper race condition
This commit is contained in:
parent
15e3811323
commit
6ffe0a3bfc
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ inputs: {
|
|||
pkgs.webcord
|
||||
];
|
||||
postBuild = ''
|
||||
wrapProgram "$out/bin/webcord" --run 'rm $HOME/.config/WebCord/windowState.json'
|
||||
wrapProgram "$out/bin/webcord" --run 'if ( test -e $HOME/.config/WebCord/windowState.json ); then rm $HOME/.config/WebCord/windowState.json; fi'
|
||||
'';
|
||||
})
|
||||
(pkgs.writeShellScriptBin "nvidia-offload" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue