diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 16:56:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 16:56:18 -0500 |
| commit | ec31c5ccdca65669d889261510d739d5302d48db (patch) | |
| tree | 52d9ebd00cc90214158524a604250afbc76c8fd9 | |
| parent | aa7493d172ca6f1e0322dd894341481f36e004ee (diff) | |
| download | open-bamboo-network-plugin-flake-master.tar.xz open-bamboo-network-plugin-flake-master.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ be notified of a missing plugin on launch. inputs.open-bamboo-networking.url = "git://git.tjkeller.xyz/open-bamboo-network-plugin-flake"; # in your home-manager config: - imports = [ inputs.open-bamboo-networking.homeManagerModules.default ]; + imports = [ inputs.open-bamboo-networking.hmModules.open-bamboo-networking ]; programs.openBambooNetworking = { enable = true; |
