From a85a0c54c2ce04029a3f23a0ed1ac7298507edea Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 1 Jul 2022 04:36:52 -0700 Subject: [PATCH] bookmarks: add Home Manager config --- modules/universal/home-manager.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/universal/home-manager.nix b/modules/universal/home-manager.nix index 772b0409a..8d2a800dd 100644 --- a/modules/universal/home-manager.nix +++ b/modules/universal/home-manager.nix @@ -212,6 +212,10 @@ in name = "Pleroma"; url = "https://fed.uninsane.org/"; } + { + name = "Home Manager Config"; + url = "https://nix-community.github.io/home-manager/options.html"; + } { name = "Delightful Apps"; url = "https://delightful.club/";