add home.nix

This commit is contained in:
Christoph Hollizeck 2024-11-04 23:05:29 +01:00
parent 9b6ff224c6
commit 96ac9ab04b
Signed by: Daholli
GPG key ID: 1763BB530F50279E

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";
}