NixOS Gaming | 706 Members | |
| Gaming things, my hands are typing words. | 179 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Jan 2024 | ||
| Hummm, maybe I should start adding nix-community cache then | 16:24:34 | |
| 16:55:18 | ||
| 17:02:42 | ||
| 17:05:43 | ||
| So, plasma6 (wayland) through nur/kde2nix fixes both Divinity Original Sin 2 Definitive Edition + Baldurs Gate 3. I guess it's a sway thing then... | 17:36:47 | |
| This makes me wonder | 17:40:13 | |
| Is your Sway from the same nixpkgs as the rest? | 17:40:28 | |
| I know you said you tried | 17:44:11 | |
| But this smells like libgbm mismatch | 17:44:16 | |
In reply to @k900:0upti.me I think so. This is the
| 17:44:58 | |
| Do you maybe have different versions of the flake activated though | 17:45:28 | |
| That could also do it | 17:45:32 | |
| This is my sway config on the nixos side of same flake inputs-sharing nix-repo:
| 17:45:53 | |
In reply to @k900:0upti.meNo, I always do sudo nixos-rebuild switch; home-manager switch. And I do the nix flake check --log-format internal-json -vvv |& nom --json before I activate either. | 17:46:57 | |
| Well I guess the other option is just "Sway broke Proton" | 17:47:21 | |
| Which feels like a thing that should have been caught | 17:47:29 | |
| Well, I made sure to do this now that we updated, to avoid this pitfall at least. Not gonna say I'm perfect and never make mistakes. | 17:47:31 | |
| But at this point | 17:47:46 | |
| Wew | 17:47:46 | |
| Strange stuff | 17:47:53 | |
| Aight, will see if I can produce some sway debug logs next time I feel like diving into this. Will just game with my patient friend who's been waiting for more than 2h now. | 17:51:54 | |
Isn't this "${config.wayland.windowManager.sway.package} some HM thing that should not be used on NixOS ? | 17:52:29 | |
* Isn't this "${config.wayland.windowManager.sway.package} some HM thing that should not be used on NixOS ?This one: programs.sway.enable = true; uses other package with some NixOS specific overrides inside. | 17:53:17 | |
In reply to @9hp71n:matrix.orgPlease do document/provide source =) Could be! | 17:53:33 | |
* Isn't this "${config.wayland.windowManager.sway.package} some HM thing that should not be used on NixOS ?This one: programs.sway.enable = true; uses other package with some NixOS specific overrides inside.If it's a NixOS one. | 17:53:52 | |
| Bit of a shame if it's the case, 'cause I wanted my HM config to be NixOS independent. But some more coding should provide a way to fix that I suppose. | 17:54:48 | |
| Nevermind, I think it should be okay ?
| 17:57:22 | |
| * Nevermind, I think it should be okay ?
I know NixOS module does some things inside: | 17:57:38 | |
Actually you were running sway from HM, so if you didn't have home-manager.inputs.nixpkgs.follows = "nixpkgs"; (and maybe useGlobalPkgs=true;) it could have different version. | 18:08:27 | |
* Actually you were running sway from HM, so if you didn't have home-manager.inputs.nixpkgs.follows = "nixpkgs"; (and maybe useGlobalPkgs = true; ?) it could have different version. | 18:09:24 | |