laminar: add packages to user path
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M modules/nixos/laminar.nix → modules/nixos/laminar.nix
@@ -226,6 +226,7 @@ inherit (cfg) group; home = cfg.homeDir; createHome = true; isSystemUser = true; + packages = cfg.path; }; };