add home.nix
This commit is contained in:
parent
9b6ff224c6
commit
96ac9ab04b
22
homes/x86_64-linux/cholli@loptland/default.nix
Normal file
22
homes/x86_64-linux/cholli@loptland/default.nix
Normal 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";
|
||||||
|
}
|
Loading…
Reference in a new issue