From e1b82fd0a63f559e4c78d2cec8ab486daab0ddff Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Wed, 22 May 2024 10:21:57 +0200 Subject: [PATCH] tweak readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7bbd76b..3ae5646 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Noshell will be configured as the default shell to **ALL** users. Noshell enables some patterns in the NixOS ecosystem, such as: - Using a shell with a configuration wrapper. As the wrapper is a different program - that is not present in `/etc/shells`. -- User-level configuration of the login shell with home-manager. + that is not present in `/etc/shells`. See https://github.com/viperML/wrapper-manager . +- User-level configuration of the login shell with home-manager (`xdg.configFile."shell".source = lib.getExe pkgs.nushell;`) It can be useful too outside of NixOS, for example to use a custom build of some shell.