Nicolas Berbiche

Results 108 comments of Nicolas Berbiche

Hi, sorry, this PR is ready to be merged but it would be great if the documentation mentioned this new option.

> 1 failing test in CI, it's also failing on master. This has been resolved on master

> `systemctl restart kanshi.service` I think we could use `systemctl --user try-reload-or-restart kanshi.service` in an activation script and once kanshictl is available, the systemd service could have a `ExecReload =...

@midchildan would you be interested in rebasing the PR? @ncfavier @rycee I believe this PR is a decent QOL improvement

Hi Nathan, Thanks for the thorough bug report. To resolve your issue, you will need to run `git add` to track all the required files in your flake repository (`/home//.config/home-manager/`)....

That is indeed how you use `mkBefore` and `mkAfter`. The module system takes care of ordering correctly based on the type defined by the option. Here `bashrcExtra` is a string...

> Nope: > ```nix > home-manager.users.supermarin = import ../home.nix; > ``` > vs. > ```nix > home-manager.users.supermarin = ../home.nix; > ``` > > If you `import`, the module system doesn't...

Home Manager only changes files in a user's home directory. Changing things globally is outside the scope of HM and will probably never be implemented. Technically, you can probably make...

Avizo is now packaged: `https://github.com/NixOS/nixpkgs/pull/141280`