Nicolas Berbiche

Results 108 comments of Nicolas Berbiche

What does the variable `NIX_PROFILES` contain in your zsh shell?

@iRevive @willruggiano I have additional questions to figure out whether the issue only happens on non-NixOS systems and/or in standalone Home Manager configurations. 1. Is your host OS NixOS? 2....

still relevant IMO

I personally pass arguments like so: ``` nix { programs.firefox.package = pkgs.firefox.override { cfg = { enableFXCastBridge = true; # other stuff }; }; } ``` Note, the override does...

> @berbiche I am trying to make `tridactyl-native` work on my `home-manager` configuration using your technique, however it does not seem to be working (asking `tridactyl` with the `:native` command...

I think this might clash with other places where Home Manager overrides the NIX_PATH? I'm not familiar with the shell code and all that so cc @rycee

Hi, I'll finish my review next week when I have time.

> @berbiche Can I request another review from you? Sure, I'll review this as soon as possible.

Closing my PR as recent changes (and new issues) have invalidated the need for this change.

I have a pretty complete swayidle module here (that needs to be merged in HM): https://github.com/berbiche/dotfiles/blob/40a6f3666c11abcb5ae34a09099c190b36148b7f/modules/home-manager/swayidle.nix This is what it looks like configured: ``` nix { services.swayidle = { enable...