Add wslu to pkgs/wsl.nix

This commit is contained in:
Martin Larsson 2025-02-13 00:15:04 +00:00
parent fd811cbfb3
commit 41d1a71cac

View file

@ -1,3 +1,8 @@
{ ... }: { pkgs, ... }:
{ {
home = {
packages = with pkgs; [
wslu
];
};
} }