• 2 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
















  • No distro is really based on a window manager or desktop environment. Some provide defaults and premade configs. I kind of doubt any include hyprland as an option at installation, but, Wayland compatibility notwithstanding, there’s nothing stopping you from throwing hyprland on whatever you would like. The best approach is to take a Wayland-ready setup, like Leaflet suggests, and just install hyprland.




  • Funny story, the full project uses pandas which pulls in numpy and I was running into issues there too. I think it was saying I was trying to import numpy from within it’s own source tree, which was weird.

    Although I couldn’t get any venv approach working with it, having the pandas package in my flake allowed it to import.

    There’s just such a mix of different issues with each approach that it’s so hard to navigate. I feel close with poetry2nix though, just gotta get it runnable lol