Open wolfenxx opened 3 months ago
mh these are indeed weird errors. Are you on "rolling" nix os or stable nix os? Also what version of hyprland are you building?
@wiillou as usual, I'll ask for your help regarding nixos stuff :pray:
@levnikmyskin it's unstable nixos
nixpkgs.url = "nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland.follows = "hyprland-virtual-desktops/hyprland"; hyprland-virtual-desktops.url = "github:levnikmyskin/hyprland-virtual-desktops";
I've tried rolling with stable release but same issue. I have a feeling there may be "crap" left over in my system from all this experimenting that's causing issues. I wanna confirm in a vm before I nuke my PC but hyprland on a vm is a bit weird
Hey! Same problem here, i tested with the last version 2.2.4 (which btw shows as 2.2.2 as it has't been updated in the flake.nix
file.
Said nothing, i fixed it by adding inputs.hyprland.follows = "hyprland"
in my flake input;
hyprland-virtual-desktops = {
url = "https://github.com/levnikmyskin/hyprland-virtual-desktops/archive/refs/tags/v2.2.4.tar.gz";
inputs.hyprland.follows = "hyprland";
};
Thanks a lot for this plugin btw, it is a life saver!
yes flake.nix
is not really maintained as I'm on arch and not on nixos. Please open a PR if this needs fixing :pray:
Hey guys
I have a flake.nix set up following your example almost to the letter in here (minor difference being the module is in a separate file) https://github.com/levnikmyskin/hyprland-virtual-desktops?tab=readme-ov-file#installing-on-nixos-with-homemanager, however I'm getting some build errors and I'm not sure how to resolve them
flake.nix flake.txt
home.nix home.txt
Any help would be appreciated