Robert Helgesson
Robert Helgesson
Sorry to hear about the crashing. I'm not exactly certain what Cinnamon is but the default HM configuration doesn't do very much at all. It is more or less limited...
Thanks a lot! I'll had a quick look and overall everything looks great. I just added a few minor comments, and you'll also need to add yourself to `maintainers.nix` (and...
Thanks! Merged to master now 🙂
You are almost certainly having an old Nixpkgs somewhere. Try running `nix-channel --update` both as `root` and as your regular user.
Yeah, there is something amiss in the way sd-switch works. That is the reason why we haven't been able to make it the default. I plan to more or less...
@seqizz Would you mind trying out the [switch-to-zbus branch of sd-switch](https://git.sr.ht/~rycee/sd-switch/tree/switch-to-zbus) and see if it gives a more helpful error message? If you are using a Nix Flake based setup...
@seqizz Hmm, it should build OK with a recent `nixpkgs-unstable`, I'm using that in my setup: ``` nix nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; sd-switch = { url = "sourcehut:~rycee/sd-switch/switch-to-zbus"; inputs.nixpkgs.follows = "nixpkgs-unstable";...
You can also let it use its own nixpkgs (i.e., not including the `follows` line)…
Hmm, looks a bit too complicated. I think replacing the whole `sd-switch = prev.sd-switch…` thing by something like ``` nix sd-switch = inputs.sd-switch-src.packages.${final.system}.default ``` may work better.
Thanks! That's quite helpful! I wonder if the systemd user session is actually listening at all on `/tmp/dbus-pCtHZePHSo`. Typically I think it prefers `/run/user/1000/bus`. Could you check if there is...