all repos — nix-packages @ d9d25ee82721e91b89706a0c8e9462214b46a93a

My personal collection of packages for nix

laminar: add packages to user path

Alin
commit

d9d25ee82721e91b89706a0c8e9462214b46a93a

parent

519ecdfbde8e471f2316f972cd2ce0390d382fd8

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M modules/nixos/laminar.nixmodules/nixos/laminar.nix
@@ -226,6 +226,7 @@ inherit (cfg) group;
home = cfg.homeDir; createHome = true; isSystemUser = true; + packages = cfg.path; }; };