remove WSL config

This commit is contained in:
John Bowdre 2023-08-03 16:58:24 -05:00
parent 53541d972b
commit 9d267a82e6
2 changed files with 0 additions and 23 deletions

View file

@ -73,11 +73,6 @@
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
"jbowdre@jammy-wsl" = lib.homeManagerConfiguration {
modules = [ ./nix/home/jammy-wsl.nix ];
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
};
};
}

View file

@ -1,18 +0,0 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
./global
];
home = {
# username override
username = "jbowdre";
packages = with pkgs; [
packer
terraform
vagrant
vault
wsl-open
wslu
];
};
}