Mr. Daring

Results 10 comments of Mr. Daring

I'm experiencing this problem. Followed steps in wiki.

> > **Edit 2** Try adding this to your inputs > > > > ```nix > > inputs.nixpkgs.follows = "nixpkgs"; > > ``` > > Why, exactly? This means you...

I resolved the problem by simply including the `hardware-configuration.nix` in the same location as the `configuration.nix` which is being called by the `flake.nix`

> Hi! @itsOnly1Jah - Could you share your config directory structure? > > I am getting the same error on a fresh install and my configuration.nix, hardware-configuration.nix, and flake.nix are...

Experiencing same problem. I think it may be related to the mouse cursor being lost. It only seems to crash after moving the mouse after a long suspend.

My temporary work around has been launching `rofi` before do anything else. When I launch `rofi` the mouse cursor shows up on top of the pop up window. I haven't...

I have trying to get this to work as well to no avail. I have tried using the mesa overlay `(final: prev: { mesa = final.mesa-asahi-edge; })` but Hyprland still...

@n3oney I tried using your nixos config but Hyprland still failed to launch. I wonder if its a model problem as I am using the same model as @BagMan9.

@zvolin You are the man!!! Its working for me as well. Found [this](https://wiki.hyprland.org/Configuring/Multi-GPU/) in the hyprland wiki about multi gpu.