initial wsl setup

This commit is contained in:
Christoph Hollizeck 2024-08-21 16:53:36 +02:00
parent ccb0d7ccfd
commit 559b376ac0
6 changed files with 185 additions and 9 deletions

View file

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