Nicolas Berbiche

Results 108 comments of Nicolas Berbiche

I think your herbstluftwm is not loading the environment (it does not execute `$HOME/.profile`, or some other shell file before starting) so it does not have the correct `$PATH`.

Sorry for the late reply. You have to set at least one tag in the configuration with `xsession.windowManager.herbstluftwm.tags = [ "something" ];`. I think the issue is due to this...

Sorry, I'm not sure. I have no experience with Herbstluftwm. You can change your configuration iteratively and look at the generated configuration file to fix anything until you have a...

@rjahrj You can use the `keybinds` option and the `tags` option. I recommend looking at the documentation for the options here: https://nix-community.github.io/home-manager/options.html#opt-xsession.windowManager.herbstluftwm.enable The shell code can be translated to: ```...

I can reproduce the bug. The issue is in the [nmd project](https://gitlab.com/rycee/nmd) that generates the documentation.

Hi, Do you happen to know what version of xmonad is being used to compile your configuration?

I would improve the third option like this: - Add an option to msmtp to use msmtpq and add a private (`internal = true`) option that contains a path to...

@polykernel is this something your PR #2891 could fix?

> I think it can be set in `home.sessionVariables` which may not be appropriate depending on the user's graphic session configurations That's the best solution we currently have.

Hi, If you have access to `pkgs` in your expression, then you can write it as `my-flake.packages.${pkgs.stdenv.hostPlatform.system}` or `pkgs.system`. This is the only way that I know to use flake's...