1 Jun 2025 |
normalcea 🏳️⚧️ | I don't have experience with kio/kde so I don't know if what you're doing is correct, otherwise if you just want to add more desktop items in HM you can use xdg.desktopEntries | 02:19:45 |
codebam | okay, well thank you for taking a look anyways | 02:21:03 |
codebam | why doesn't steamos save my timezone? | 03:15:04 |
codebam | in jovian nixos | 03:15:14 |
codebam | it wasn't working even before I enabled impermanence | 03:15:32 |
codebam | it doesn't set at all actually, I sat in the same menu and it reverted | 03:16:01 |
codebam | would help if I set a time zone | 03:16:52 |
codebam | wait no, I did | 03:17:27 |
codebam | so I enabled decky loader, doesn't work | 06:37:03 |
codebam | unless I need to configure it. all I did was enable it | 06:37:23 |
K900 | At this point #Jovian Experiments — NixOS on your Steam Deck, and other x86 gaming devices | 07:00:54 |
codebam | okay, thanks | 07:05:54 |
| @harrythe13th:matrix.org removed their display name HarryThe13th. | 07:52:23 |
| @harrythe13th:matrix.org left the room. | 07:52:32 |
codebam | Redacted or Malformed Event | 08:18:55 |
| Skye joined the room. | 12:13:52 |
codebam | is retroarch broken? I installed cores using the override but they weren't installed | 19:39:46 |
codebam | environment.systemPackages = with pkgs; [
(retroarch.overrideAttrs {
cores = with libretro; [
# cores here
];
})
];
| 19:44:41 |
codebam | this is what I did | 19:44:47 |
codebam | I fixed it by doing this:
(wrapRetroArch {
cores = with libretro; [
# cores here
];
})
| 19:56:36 |
AssertInequality | For what it's worth, I pull the decky-loader package into my NixOS config and create a systemd service for it. Has been working fine for a while now minus the plugins that need root or mess with the core system. | 21:13:06 |
codebam | I just had to enable cef debugging | 21:13:46 |
codebam | * I just had to enable cef debugging then it worked | 21:13:57 |
AssertInequality | yeah, even on steamos I remember having to enable CEF on the deck for it to work | 21:16:09 |
| Sean Thawe joined the room. | 23:48:55 |
2 Jun 2025 |
| SyBearly joined the room. | 09:42:03 |
| Meegan1 joined the room. | 09:44:21 |
| Manuel joined the room. | 12:44:28 |
3 Jun 2025 |
| zitrone joined the room. | 09:52:06 |
4 Jun 2025 |
| HedgeMage joined the room. | 19:24:08 |