Mihai Fufezan

Results 494 comments of Mihai Fufezan

I think this is a misunderstanding. Hypr*'s `path` is different than Nix's `path` type. So you should always use strings.

That may have been an oversight. From what I've seen, we can probably include special handling for `path` types, or we can remove that entirely.

I've cooked something up. I'm now letting tests run to see whether I've missed anything.

I'm not sure I can make this work after all, I'm receiving the same error you get if I add `/path/to/plugin2` to the plugins list in the simple-config test. @rycee...

Might actually be a hyprpicker bug. Can you check `hyprpicker -rz`?

You should open an issue there and reference this one then.

> I have been testing how I have it implemented starting from scratch and I have realized that it starts to fail if I manage the configuration from home-manager. If...

> generate and empty config file If you don't provide anything in `hyprland.settings` or `hyprland.extraConfig`, then yes, that's expected.

Good idea, but I suggest we use https://nix.dev/tutorials/nixos/integration-testing-using-virtual-machines.html. These are much simpler to use since we don't need to build our own testing framework, and there are plenty of examples...