aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-08 16:55:22 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-08 16:55:22 -0500
commitaa7493d172ca6f1e0322dd894341481f36e004ee (patch)
tree3e65f1816709d9404b89c1eceb70638d908f0e77
parent37fd03717850ad7a0bbc7914261799d4a9ea3dcd (diff)
downloadopen-bamboo-network-plugin-flake-aa7493d172ca6f1e0322dd894341481f36e004ee.tar.xz
open-bamboo-network-plugin-flake-aa7493d172ca6f1e0322dd894341481f36e004ee.zip
hmModules convention
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f138bc6..f13fedb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
};
}