fix build issues with the sd image

This commit is contained in:
Christoph Hollizeck 2024-11-23 14:39:56 +01:00
parent b75537a353
commit f8ec2f5d8f
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
8 changed files with 278 additions and 14 deletions

View file

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

View file

@ -17,4 +17,6 @@ with lib.wyrdgard;
direnv = enabled;
};
};
home.stateVersion = "24.05";
}