diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 16:55:22 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 16:55:22 -0500 |
| commit | aa7493d172ca6f1e0322dd894341481f36e004ee (patch) | |
| tree | 3e65f1816709d9404b89c1eceb70638d908f0e77 | |
| parent | 37fd03717850ad7a0bbc7914261799d4a9ea3dcd (diff) | |
| download | open-bamboo-network-plugin-flake-aa7493d172ca6f1e0322dd894341481f36e004ee.tar.xz open-bamboo-network-plugin-flake-aa7493d172ca6f1e0322dd894341481f36e004ee.zip | |
hmModules convention
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ } ); - homeManagerModules.default = import ./hm-module.nix self; - homeManagerModules.openBambooNetworking = self.homeManagerModules.default; + hmModules.open-bamboo-networking = import ./hm-module.nix self; + hmModules.default = self.hmModules.open-bamboo-networking; }; } |
