From 1da13e96b69641bc46c4711a8f79eb363b7a792f Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 21 Jan 2025 22:05:10 -0600 Subject: [PATCH] feat: hledger test --- profiles/user0/configs/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/user0/configs/server.nix b/profiles/user0/configs/server.nix index 6ed7e0e..f0a02a7 100755 --- a/profiles/user0/configs/server.nix +++ b/profiles/user0/configs/server.nix @@ -5,7 +5,7 @@ let ; moduleImports = map (module: self.homeModules.${module}) [ - "cli" + "server" ]; in {