Olmo Kramer

Results 56 comments of Olmo Kramer

Sorry for the late reply, was on vacation for a couple of days. Could you share the autostart script you're trying to recreate @rjahrj ? What do you mean with...

If you don't want to manage your Herbstluftwm config with Home Manager I would recommend setting ``` xsession.windowManager.herbstluftwm.enable = false ``` and make sure that Herbstluft is only started after...

@rjahrj Sorry for the late reply, work was insanely busy the past couple of days. Yes you should put that in the `herbstluftwm.extraConfig` section, but you should use `herbstclient` instead...

Oh hey I totally forgot about this one. Thanks for picking it up again @Kranzes!

I applied this PR to my clone of the home-manager repo, but when I rebuild my NixOS configuration, I'm getting the following error: ``` error: The option `home.stateVersion' is used...

I've kept this PR in draft mode for now because I haven't added any tests yet. Would be happy to add some but I'm not entirely clear on where this...

Thanks again for your input @thufschmitt! I've added a test in the location you pointed out now.

@thufschmitt Thanks for the pointers! I think I've figured it out: the `handler` of `CmdFlakeUpdate` only accepts a single `std::string` instead of a `std::vector` and so would only read a...

I'm experiencing the same issue, using Nginx as a reverse proxy with a Let's Encrypt certificate.

@DocMarty84 thanks for replying. It's working now but I don't remember if I actually needed to fix anything or what that fix would've been.