I’d just like to interject for a moment…

  • 0 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • Well i’m not saying it’s rocket science, but compared to runit/rc.local or simple autostart scripts i do think it’s easier. I converted everything from my autostart script to systemd services when i was still on NixOS, and the whole thing seemed so convoluted. With having to set services to depend on each other, and also had a lot of problems with things like nm-applet or blueman-applet not showing up in the bar at all, and couldn’t find a way to fix it.



  • I mainly dislike it because of it spamming the loopback devices. I know you can filter those out but i don’t want to lol. Last time i heard their servers/backend or whatever was also proprietary, but i don’t know if that’s still the case. In general i don’t really understand why you would choose it over flatpak, and i’m not really a flatpak fan either :p


  • Oh that’s weird lol. I think if i remember correctly when i looked it up, the white light on my motherboard is actually staying on as a warning that no display is connected, which is nice and all, but it would have been great if it turned off again when a display is detected, but it just stays on forever. It’s only a very small light but it’s bright as hell, so it’s really annoying and it hits your eye eventhough the pc is off to the side lol.















  • While i like NixOS as an entire OS as well, at the moment i’m experimenting with just using nix + home manager on top of whatever distro i want, and i just had the realization that in the rare case that a package is not in nixpkgs, if you make your own derivation for it to build it from source, you can take that with you anywhere as well and don’t have to make another package for different distros you might be running. Pretty cool.