mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
15 lines
339 B
JavaScript
15 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',
|
|
}
|
|
];
|