mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 21:10:38 -04:00
14 lines
339 B
JavaScript
14 lines
339 B
JavaScript
export const quotes = [
|
|
{
|
|
quote: 'Nvidia, fuck you',
|
|
author: 'Linus Torvalds',
|
|
},
|
|
{
|
|
quote: 'reproducible system? cock and vagina?',
|
|
author: 'vaxry',
|
|
},
|
|
{
|
|
quote: "haha pointers hee hee i love pointe-\\\nProcess Vaxry exited with signal SIGSEGV",
|
|
author: 'vaxry',
|
|
}
|
|
];
|