nixbook: update cypress to correct version

This commit is contained in:
Tristan 2024-07-23 15:42:32 +01:00
parent 7ff460508b
commit 5dbe3f07a7
3 changed files with 8 additions and 9 deletions

View file

@ -33,6 +33,11 @@ in {
})
];
home.sessionVariables = {
CYPRESS_INSTALL_BINARY=0;
CYPRESS_RUN_BINARY="${pkgs.cypress}/bin/Cypress";
};
gtk.gtk3.bookmarks = [
"file:///home/tristan/OneDrive/ OneDrive"
];