mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
remove WSL config
This commit is contained in:
parent
53541d972b
commit
9d267a82e6
2 changed files with 0 additions and 23 deletions
|
@ -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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue