fix: rascal missing home manager config
Some checks failed
/ check (push) Failing after 41s

This commit is contained in:
Daniel Flanagan 2025-02-19 12:04:34 -06:00
parent 05701706be
commit 1e150588d6

View file

@ -69,4 +69,8 @@
}; };
services.tailscale.useRoutingFeatures = "server"; services.tailscale.useRoutingFeatures = "server";
home-manager.users.daniel = {
lyte.shell.enable = true;
};
} }