From 5ab646e978feadea5c9526aa91806882904b8779 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 30 Nov 2023 19:39:14 +0000 Subject: [PATCH] fixing fitbit --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 04fe30a..60dc478 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -10,7 +10,7 @@ [ # inputs.home-manager.nixosModules.home-manager inputs.sops-nix.nixosModules.sops - ]; + ] ++ (builtins.attrValues outputs.nixosModules); config = { system.stateVersion = "23.05";