| 27 Oct 2025 |
Grimmauld (any/all) | oh well, i'll keep trying | 12:56:28 |
Grimmauld (any/all) | huh no, something something about being a sibling of Text{} in a Layout... wth? | 13:02:49 |
Grimmauld (any/all) | actually only with Text that would be updated at the same time... I am so very confused | 13:06:04 |
Grimmauld (any/all) | ohh i was dumb, the text width changes, which changes the layout - but i am not updating the layout. | 13:14:54 |
| 31 Oct 2025 |
| @astralstorm:hackerspace.pl left the room. | 21:20:08 |
| 2 Nov 2025 |
| ➡️@amadaluzia:unredacted.org changed their display name from amadaluzia to ➡️@amadaluzia:unredacted.org. | 22:50:32 |
| 7 Nov 2025 |
| @atra1n:matrix.org removed their profile picture. | 16:36:40 |
| @atra1n:matrix.org removed their display name Train. | 16:36:57 |
| @atra1n:matrix.org left the room. | 16:37:16 |
| @emma:rory.gay left the room. | 22:42:41 |
| 9 Nov 2025 |
| ghpzin (moved to @ghpzin:envs.net) changed their display name from ghpzin to ghpzin (moved to @ghpzin:envs.net). | 15:04:05 |
| 10 Nov 2025 |
K900 | https://github.com/NixOS/nixpkgs/pull/460373 plasma-keyboard got a release! | 15:08:30 |
| 12 Nov 2025 |
| Inayet changed their display name from inayet to Inayet. | 12:37:57 |
| 13 Nov 2025 |
Grimmauld (any/all) | Hey! How would i do overlays targetting packages in the qt6 or kdePackages scope? Is overrideScope supported? | 10:45:45 |
K900 | Yeah | 10:45:55 |
K900 | It's a normal mkScopeWithSplicing | 10:46:06 |
Grimmauld (any/all) | do i target qt6 or kdePackages if i want to change qtbase? Which of the two is the "original"? | 10:46:14 |
K900 | qt6 | 10:46:18 |
K900 | Actually qt6 might just be mkScope, no splicing | 10:46:35 |
K900 | Or maybe that's just qt5 | 10:46:41 |
K900 | Anyway the obvious thing should work on non-cross at least | 10:47:00 |
K900 | And on cross you probably have bigger problems | 10:47:13 |
Grimmauld (any/all) | woohoo, that did the trick | 10:47:34 |
Grimmauld (any/all) |  Download image.png | 10:47:34 |
Grimmauld (any/all) | currently just experimenting with llvm musl, no cross yet | 10:47:48 |
K900 | Huh, what are you overriding there? | 10:54:48 |
K900 | Or just removing the GTK dependency? | 10:55:15 |
Grimmauld (any/all) | ye just setting withGtk3 = false | 10:57:18 |
Grimmauld (any/all) | qtbase and gst-bad are the two things pulling gtk3, and both can be killed by override | 10:57:53 |
Grimmauld (any/all) | i have already killed go, haskell and fortran. Now there is no gtk3 or qt5 either. I'll want qt6 (because quickshell), and i need sdl3/sdl2 (because i like ffplay, and qemu display is sdl) | 10:59:15 |