.dotfiles/nix/home/wsl.nix

10 lines
111 B
Nix

{ pkgs, ... }:
{
home = {
packages = with pkgs; [
wslu
clang
clang-tools
];
};
}