removing configuration of vm I havent used, and will not use in the future due to wsl

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:38:04 +02:00
parent 3d301d4572
commit 6c020f7153
Signed by: Daholli
GPG key ID: 1763BB530F50279E
4 changed files with 1 additions and 97 deletions

View file

@ -1,20 +0,0 @@
{
lib,
pkgs,
config,
osConfig ? { },
format ? "unknown",
...
}:
with lib.wyrdgard;
{
wyrdgard = {
apps = {
kitty = enabled;
};
tools = {
direnv = enabled;
};
};
}