initial wsl setup
This commit is contained in:
parent
ccb0d7ccfd
commit
559b376ac0
6 changed files with 185 additions and 9 deletions
20
homes/x86_64-linux/cholli@wsl/default.nix
Normal file
20
homes/x86_64-linux/cholli@wsl/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
osConfig ? { },
|
||||
format ? "unknown",
|
||||
...
|
||||
}:
|
||||
with lib.wyrdgard;
|
||||
{
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
kitty = enabled;
|
||||
};
|
||||
|
||||
tools = {
|
||||
direnv = enabled;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue